.elementor-9 .elementor-element.elementor-element-f1b6b57{--display:flex;}body.elementor-page-9:not(.elementor-motion-effects-element-type-background), body.elementor-page-9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1A1A;background-image:url("https://3krgroup.es/wp-content/uploads/2024/08/fondo-3krgroup.es_.png");}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0543477 *//* Solución 1: Resetear márgenes del contenedor */
.elementor-section.hero-section {
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-container {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* Solución 2: Para la imagen de fondo */
.hero-section {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    height: 100vh !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}


body{
    background-image: url("https://3krgroup.es/wp-content/uploads/2024/08/fondo-3krgroup.es_.png");
}

/* Estilos del hero section */
     body.page-id-9 .hero-section {
        position: relative ;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        margin-top: -10px;
      }

      body.page-id-9 .hero-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: -2;
      }

     body.page-id-9 .hero-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 90% center;
        opacity: 0.85;
        z-index: -1;
      }

      @media (max-width: 768px) {
        body.page-id-9 .hero-image {
          object-position: center center;
        }
      }

      body.page-id-9  .hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
          to right,
          rgba(0, 0, 0, 0.9) 0%,
          rgba(0, 0, 0, 0.7) 40%,
          rgba(0, 0, 0, 0.4) 70%,
          rgba(0, 0, 0, 0.2) 100%
        );
        z-index: -1;
      }

      /* Degradado para la transición entre secciones */
      body.page-id-9  .hero-transition {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 150px;
        background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 0.8) 70%,
          rgba(0, 0, 0, 1) 100%
        );
        z-index: 1;
        pointer-events: none;
      }

      body.page-id-9 .hero-container {
        position: relative;
        height: 100%;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
      }

      @media (min-width: 1200px) {
        body.page-id-9 .hero-image {
          object-position: 95% center;
        }

        body.page-id-9 .hero-overlay {
          background: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.9) 0%,
            rgba(0, 0, 0, 0.7) 30%,
            rgba(0, 0, 0, 0.4) 50%,
            rgba(0, 0, 0, 0.1) 100%
          );
        }
      }

      @media (max-width: 768px) {
        body.page-id-9 .hero-image {
          object-position: center center;
        }

        body.page-id-9 .hero-overlay {
          background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.6) 50%,
            rgba(0, 0, 0, 0.4) 100%
          );
        }

        body.page-id-9 .hero-container {
          align-items: center;
          text-align: center;
        }

        body.page-id-9 .hero-content {
          display: flex;
          flex-direction: column;
          align-items: center;
        }

        body.page-id-9 .hero-subtitle {
          max-width: 100%;
        }
      }

      body.page-id-9 .hero-content {
        max-width: 550px;
        z-index: 2;
      }

      body.page-id-9 .hero-badge {
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.8);
        padding: 0.4rem 1rem;
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 1.5rem;
        border-left: 2px solid #e53c08;
        font-weight: 500;
        box-shadow: none;
      }

      body.page-id-9 .hero-title {
        font-size: 3.5rem;
        line-height: 1.1;
        margin-bottom: 1.5rem;
        font-weight: 800;
        text-transform: uppercase;
        color: #fff;
      }

      body.page-id-9 .hero-title .highlight {
        color: #e53c08;
        display: inline-block;
      }

      body.page-id-9 .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 2rem;
        font-weight: 400;
        color: #e0e0e0;
        max-width: 70%;
        line-height: 1.5;
      }

     body.page-id-9 .hero-cta-group {
        display: flex;
        gap: 1.5rem;
        align-items: center;
        margin-bottom: 2rem;
      }

      body.page-id-9 .btn-hero-primary {
        background-color: #e53c08;
        color: #fff;
        padding: 0.8rem 2rem;
        border-radius: 4px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        overflow: hidden;
        z-index: 1;
        border: 1px solid transparent;
      }

      body.page-id-9 .btn-hero-primary::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #212121;
        transition: all 0.5s cubic-bezier(0.85, 0, 0.15, 1);
        z-index: -1;
      }

      body.page-id-9 .btn-hero-primary:hover::before {
        width: 100%;
      }

      body.page-id-9 .btn-hero-primary:hover {
        background-color: transparent;
        border-color: #e53c08;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(33, 33, 33, 0.5);
      }

      body.page-id-9 .btn-hero-primary::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        border-top: 2px solid rgba(255, 255, 255, 0.5);
        border-left: 2px solid rgba(255, 255, 255, 0.5);
        top: -5px;
        left: -5px;
        transition: all 0.3s ease;
        opacity: 0;
      }

      body.page-id-9 .btn-hero-primary:hover::after {
        opacity: 1;
      }

      @keyframes pulse-border {
        0% {
          box-shadow: 0 0 0 0 rgba(229, 60, 8, 0.7);
        }
        70% {
          box-shadow: 0 0 0 10px rgba(229, 60, 8, 0);
        }
        100% {
          box-shadow: 0 0 0 0 rgba(229, 60, 8, 0);
        }
      }

      body.page-id-9 .tactical-elements {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1;
      }

      body.page-id-9 .tactical-coordinates {
        position: absolute;
        top: 100px;
        right: 20px;
        
        font-size: 0.85rem;
        color: rgba(255, 255, 255, 0.7);
        background-color: rgba(0, 0, 0, 0.3);
        padding: 0.5rem 1rem;
        border-radius: 3px;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        border-left: 2px solid #e53c08;
        text-transform: uppercase;
        letter-spacing: 1px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      }

      body.page-id-9 .tactical-coordinates i {
        color: #ffff;
        font-size: 1rem;
      }

      /* Remover los elementos decorativos del hero según lo solicitado */
      .tactical-border,
      .tactical-corner {
        display: none;
      }

      /* Estilos para la sección de formaciones */
      body.page-id-9 .courses-section {
        padding: 6rem 0;
        position: relative;
        display: block;
      }

      body.page-id-9 .curved-divider {
        display: none;
      }

      .course-badges {
        display: flex;
        justify-content: center;
        gap: 2rem;
        flex-wrap: wrap;
        margin-bottom: 4rem;
        padding: 0 5%;
      }

      .course-badge-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 220px;
        transition: transform 0.3s ease;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 1.5rem;
        border-radius: 8px;
      }

      .course-badge-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
      }

      .badge-icon {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 2px solid #e53c08;
        padding: 5px;
        margin-bottom: 1.5rem;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .badge-icon::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(229, 60, 8, 0.3);
        border-radius: 50%;
        animation: pulse 2s infinite;
      }

      @keyframes pulse {
        0% {
          transform: scale(1);
          opacity: 1;
        }
        100% {
          transform: scale(1.3);
          opacity: 0;
        }
      }

      .badge-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
      }

      .badge-title {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
        text-align: center;
        color: #fff;
      }

      .badge-text {
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.8);
        text-align: center;
      }

      .view-more-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
      }

      .btn-view-more {
        background-color: #e53c08;
        color: #fff;
        padding: 0.8rem 2rem;
        border-radius: 4px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
      }

      .btn-view-more:hover {
        background-color: #f77014;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(229, 60, 8, 0.2);
      }
      
       /* ===== RESPONSIVE PARA MÓVILES ===== */

/* Tablets y pantallas medianas */
@media (max-width: 1200px) {
   .hero-title {
    font-size: 3rem !important;
  }
}

@media (max-width: 992px) {
  .hero-subtitle {
    max-width: 85% !important;
  }

  .hero-content {
    max-width: 500px !important;
  }

  .hero-title {
    font-size: 3rem !important;
  }

  .tactical-coordinates {
    font-size: 0.75rem !important;
  }
}

/* MÓVILES - 768px y menos */
@media (max-width: 768px) {
  .hero-image {
    object-position: center center !important;
    position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        
        opacity: 0.85 !important;
        z-index: -1 !important;
  }
  
  
  body.page-id-9 .hero-image {
          object-fit: cover !important;
          object-position: 80% center !important; 
          height: 100vh !important;
        }

  .hero-overlay {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.6) 50%,
      rgba(0, 0, 0, 0.4) 100%
    ) !important;
  }

  .hero-container {
    align-items: center !important;
    text-align: center !important;
  }

  .hero-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    max-width: 90% !important;
    padding: 0 10px !important;
  }

  .hero-title {
    font-size: 2.2rem !important;
  }

  .hero-subtitle {
    max-width: 100% !important;
  }

  .hero-badge {
    font-size: 0.7rem !important;
    padding: 0.3rem 0.8rem !important;
  }

  .tactical-coordinates {
    top: 80px !important;
    right: 10px !important;
    left: auto !important;
    transform: none !important;
    font-size: 0.7rem !important;
    padding: 0.4rem 0.8rem !important;
  }

  .hero-cta-group {
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    gap: 1rem !important;
  }

  .btn-hero-primary {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* MÓVILES PEQUEÑOS - 576px y menos */
@media (max-width: 576px) {
  .hero-content {
    max-width: 100% !important;
  }

  .hero-title {
    font-size: 1.8rem !important;
  }

  .hero-subtitle {
    font-size: 0.9rem !important;
    max-width: 100% !important;
  }

  .hero-badge {
    font-size: 0.7rem !important;
    padding: 0.3rem 0.8rem !important;
  }

  .tactical-coordinates {
    font-size: 0.65rem !important;
    padding: 0.3rem 0.6rem !important;
    top: 70px !important;
  }
  
  
  
  
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ab0b76 *//* Estilos para la sección de formaciones */
body.page-id-9 .courses-section {
  padding: 6rem 0;
  position: relative;
  display: block;
}

body.page-id-9 .curved-divider {
  display: none;
}

body.page-id-9 .course-badges {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  padding: 0 5%;
}

body.page-id-9 .course-badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 220px;
  transition: transform 0.3s ease;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1.5rem;
  border-radius: 8px;
}

body.page-id-9 .course-badge-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

body.page-id-9 .badge-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #e53c08;
  padding: 5px;
  margin-bottom: 1.5rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.page-id-9 .badge-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(229, 60, 8, 0.3);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

body.page-id-9 .badge-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

body.page-id-9 .badge-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #fff;
}

body.page-id-9 .badge-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

body.page-id-9 .view-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

body.page-id-9 .btn-view-more {
  background-color: #e53c08;
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

body.page-id-9 .btn-view-more:hover {
  background-color: #f77014;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(229, 60, 8, 0.2);
}

/* Estilos para la sección de características */
body.page-id-9 .features-section {
  padding: 5rem 5%;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
}

body.page-id-9 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}

body.page-id-9 .section-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

body.page-id-9 .section-title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #e53c08;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

body.page-id-9 .section-subtitle {
  font-size: 1.2rem;
  color: #e0e0e0;
  max-width: 700px;
  margin: 1rem auto;
}

body.page-id-9 .features-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  align-items: center;
}

body.page-id-9 .feature-image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 400px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

body.page-id-9 .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-id-9 .feature-text {
  padding: 2rem;
}

body.page-id-9 .feature-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 1rem;
}

body.page-id-9 .feature-title::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #e53c08;
  bottom: 0;
  left: 0;
}

body.page-id-9 .feature-description {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #e0e0e0;
}

body.page-id-9 .feature-list {
  list-style: none;
  margin-bottom: 2rem;
}

body.page-id-9 .feature-item {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

body.page-id-9 .feature-icon {
  color: #e53c08;
  margin-right: 1rem;
  font-size: 1.2rem;
}

body.page-id-9 .feature-cta {
  margin-top: 2rem;
}

body.page-id-9 .btn-primary {
  background-color: #e53c08;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

body.page-id-9 .btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #f77014;
  transition: all 0.5s ease;
  z-index: -1;
}

body.page-id-9 .btn-primary:hover::before {
  width: 100%;
}

body.page-id-9 .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(229, 60, 8, 0.2);
}

body.page-id-9 .btn-primary i {
  font-size: 1.1rem;
}

body.page-id-9 .btn-secondary {
  background-color: transparent;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

body.page-id-9 .btn-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #e53c08;
  transition: all 0.5s ease;
  z-index: -1;
}

body.page-id-9 .btn-secondary:hover::before {
  width: 100%;
}

body.page-id-9 .btn-secondary:hover {
  color: #fff;
  border-color: #e53c08;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

body.page-id-9 .btn-secondary i {
  font-size: 1.1rem;
}

body.page-id-9 .xp-cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto;
  
}

body.page-id-9 .xp-card {
  width: 340px;
  background-color: #1a1a1a;
  border: 1px solid #433d3d;
  border-radius: 0;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

body.page-id-9 .xp-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
  border-color: #f77014;
}

body.page-id-9 .xp-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e53c08;
}

body.page-id-9 .xp-card::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(247, 112, 20, 0.7);
  border-right: 2px solid rgba(247, 112, 20, 0.7);
}

body.page-id-9 .xp-card-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #36393b;
}

body.page-id-9 .xp-card-title-container {
  flex: 1;
}

body.page-id-9 .xp-card-title {
  color: #f77014;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

body.page-id-9 .xp-card-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c5bc8e;
  font-size: 1.8rem;
  background-color: #221d21;
  border: 1px solid #36393b;
  position: relative;
  overflow: hidden;
}

body.page-id-9 .xp-card-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    transparent 60%,
    rgba(247, 112, 20, 0.1) 100%
  );
}

body.page-id-9 .xp-card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.page-id-9 .xp-card-text {
  color: #b7aea5;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

body.page-id-9 .xp-card-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #e53c08;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 15px;
  border-top: 1px solid #36393b;
}

body.page-id-9 .xp-card-cta i {
  transition: transform 0.3s ease;
}

body.page-id-9 .xp-card:hover .xp-card-cta i {
  transform: translateX(5px);
}

body.page-id-9 .xp-testimonial {
  max-width: 1000px;
  margin: 60px auto 40px;
  padding: 30px;
  background-color: #221d21;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

body.page-id-9 .xp-testimonial::before,
body.page-id-9 .xp-testimonial::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
}

body.page-id-9 .xp-testimonial::before {
  top: 0;
  left: 0;
  border-top: 3px solid #f77014;
  border-left: 3px solid #f77014;
}

body.page-id-9 .xp-testimonial::after {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #f77014;
  border-right: 3px solid #f77014;
}

body.page-id-9 .xp-testimonial-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0;
}

body.page-id-9 .xp-main-cta {
  text-align: center;
  margin: 50px 0;
}

body.page-id-9 .xp-btn-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #e53c08;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

body.page-id-9 .xp-btn-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 100%;
  background-color: #f77014;
  transform: skewX(-15deg);
  transition: all 0.5s ease;
  z-index: -1;
}

body.page-id-9 .xp-btn-main:hover::before {
  width: 120%;
}

body.page-id-9 .xp-btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}




/* Media queries para responsividad */
      @media (max-width: 768px) {
       body.page-id-9 .xp-cards-container {
          flex-direction: column;
          align-items: center;
        }

        body.page-id-9 .xp-card {
          width: 100%;
          max-width: 400px;
        }

        body.page-id-9 .xp-testimonial-text {
          font-size: 1.3rem;
        }
        
        body.page-id-9 .hero-image{
            object-fit: cover;
          object-position: 75% center; 
          height: 100vh;
        }
        
        
        
      }
      
     @media (max-width: 576px) {
         body.page-id-9 .hero-image {
          object-fit: cover !important;
          object-position: 80% center !important; 
          height: 100vh !important;
        }
     }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7f4b90 *//* Estilos banner de tienda */
     body.page-id-9 .shop-banner {
        padding: 0;
        position: relative;
        overflow: hidden;
        height: auto;
        margin: 0 auto;
      }

     body.page-id-9 .shop-banner img {
        width: 100%;
        height: auto;
        display: block;
        max-height: 100vh;
        object-fit: contain;
      }

      @media (max-width: 768px) {
       body.page-id-9 .shop-banner {
          padding: 0;
        }

       body.page-id-9 .shop-banner img {
          min-height: 120px;
          object-fit: cover;
        }
      }

      @media (max-width: 576px) {
        body.page-id-9 .shop-banner img {
          min-height: 150px;
          object-fit: cover;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-48960f1 */body.page-id-9 .features-section {
  padding: 5rem 5%;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
}

body.page-id-9 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}

body.page-id-9 .section-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

body.page-id-9 .section-title::after {
  content: """;
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #e53c08;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

body.page-id-9 .section-subtitle {
  font-size: 1.2rem;
  color: #e0e0e0;
  max-width: 700px;
  margin: 1rem auto;
}

body.page-id-9 .features-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  align-items: center;
}

body.page-id-9 .feature-image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

body.page-id-9 .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-id-9 .features-section{
    background-color: rgba(30, 30, 30, 0.3);
}

body.page-id-9 .feature-text {
  padding: 2rem;
}

body.page-id-9 .feature-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 1rem;
}

body.page-id-9 .feature-title::after{
    display: none;
}


body.page-id-9 .feature-description {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #e0e0e0;
}

body.page-id-9 .feature-list {
  list-style: none;
  margin-bottom: 2rem;
}

body.page-id-9 .feature-item {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

body.page-id-9 .feature-icon {
  color: #e53c08;
  margin-right: 1rem;
  font-size: 1.2rem;
}

body.page-id-9 .feature-cta {
  margin-top: 2rem;
}

body.page-id-9 .btn-primary {
  background-color: #e53c08;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

body.page-id-9 .btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #f77014;
  transition: all 0.5s ease;
  z-index: -1;
}

body.page-id-9 .btn-primary:hover::before {
  width: 100%;
}

body.page-id-9 .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(229, 60, 8, 0.2);
}

body.page-id-9 .btn-primary i {
  font-size: 1.1rem;
}

body.page-id-9 .btn-secondary {
  background-color: transparent;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

body.page-id-9 .btn-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #e53c08;
  transition: all 0.5s ease;
  z-index: -1;
}

body.page-id-9 .btn-secondary:hover::before {
  width: 100%;
}

body.page-id-9 .btn-secondary:hover {
  color: #fff;
  border-color: #e53c08;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

body.page-id-9 .btn-secondary i {
  font-size: 1.1rem;
}

/* Testimonial section */
body.page-id-9 .testimonial-section {
  padding: 6rem 5%;
  text-align: center;
  position: relative;
}

body.page-id-9 .testimonial-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

body.page-id-9 .testimonial-container::before {
  content: "\201C";
  font-size: 8rem;
  color: #e53c08;
  position: absolute;
  top: -20px;
  left: 20px;
  opacity: 0.3;
  font-family: Georgia, serif;
}

body.page-id-9 .testimonial-text {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

body.page-id-9 .testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

body.page-id-9 .author-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

body.page-id-9 .author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-id-9 .author-info {
  text-align: left;
}

body.page-id-9 .author-name {
  font-weight: 700;
  font-size: 1.1rem;
}

body.page-id-9 .author-role {
  color: #f77014;
  font-size: 0.9rem;
}




/* Estilos para la sección de llamada a la acción */
      .cta-section {
        padding: 6rem 5%;
        text-align: center;
        background-color: rgba(30, 30, 30, 0.3);;
        position: relative;
        border-top:3px solid #e53c08;
      }

      .cta-container {
        max-width: 800px;
        margin: 0 auto;
      }

      .cta-title {
        font-size: 3rem;
        margin-bottom: 1.5rem;
        font-weight: 800;
        color:#fff;
      }

      .cta-text {
        font-size: 1.2rem;
        margin-bottom: 3rem;
        color: #e0e0e0;
      }

      .cta-buttons {
        display: flex;
        justify-content: center;
        gap: 1.5rem;
      }

      body.page-id-9 .btn-secondary {
        background-color: transparent;
        color: #fff;
        padding: 1rem 2rem;
        border-radius: 4px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        border: 2px solid #fff;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
      }

      body.page-id-9 .btn-secondary:hover {
        background-color: #e53c08;
        color: #fff;
        border-color: #e53c08;
      }


    /* Ajuste específico para la imagen de Jose Luis */
      .feature-image img[src="https://3krgroup.es/wp-content/uploads/2025/07/jose.webp"] {
        object-fit: cover;
        object-position: center top;
      }
      
      /* ========== RESPONSIVE PARA MÓVILES ========== */

/* Tablets y móviles grandes */
@media (max-width: 768px) {
  body.page-id-9 .features-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  body.page-id-9 .feature-image {
    height: 100%;
  }

  body.page-id-9 .feature-text {
    padding: 1.5rem 0;
  }

  body.page-id-9 .section-title {
    font-size: 2rem;
  }

  body.page-id-9 .feature-title {
    font-size: 2rem;
    text-align: center;
  }
  
  body.page-id-9 .feature-title::after {
    display: none;
    
  }
   

  body.page-id-9 .testimonial-container {
    padding: 2rem;
  }

  body.page-id-9 .testimonial-container::before {
    font-size: 6rem;
    top: -15px;
    left: 15px;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 1rem;
  }

  body.page-id-9 .btn-primary,
  body.page-id-9 .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .cta-title {
    font-size: 2.8rem;
  }
}

/* Móviles pequeños */
@media (max-width: 576px) {
  body.page-id-9 .features-section {
    padding: 3rem 5%;
  }

  body.page-id-9 .section-header {
    margin-bottom: 2.5rem;
  }

  body.page-id-9 .section-title {
    font-size: 1.8rem;
  }

  body.page-id-9 .section-subtitle {
    font-size: 1rem;
  }

  body.page-id-9 .features-container {
    gap: 2rem;
  }

  body.page-id-9 .feature-image {
    height: 100%;
  }

  body.page-id-9 .feature-title {
    font-size: 1.8rem;
  }

  body.page-id-9 .feature-description {
    font-size: 1rem;
  }

  body.page-id-9 .testimonial-section {
    padding: 4rem 5%;
  }

  body.page-id-9 .testimonial-container {
    padding: 1.5rem;
  }

  body.page-id-9 .testimonial-container::before {
    font-size: 4rem;
    top: -10px;
    left: 10px;
  }

  body.page-id-9 .testimonial-text {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  body.page-id-9 .author-info {
    text-align: center;
  }

  body.page-id-9 .testimonial-author {
    flex-direction: column;
    gap: 1rem;
  }

  .cta-section {
    padding: 4rem 5%;
  }

  .cta-title {
    font-size: 2rem;
  }

  .cta-text {
    font-size: 1rem;
  }

  body.page-id-9 .btn-primary,
  body.page-id-9 .btn-secondary {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
}

/* Móviles muy pequeños */
@media (max-width: 480px) {
  body.page-id-9 .section-title {
    font-size: 1.5rem;
  }

  body.page-id-9 .section-title::after {
    width: 40px;
    height: 2px;
  }

  body.page-id-9 .feature-title::after {
    width: 30px;
    height: 2px;
    
  }

  body.page-id-9 .feature-image {
    height: 100%;
  }

  .cta-title {
    font-size: 1.7rem;
  }

  body.page-id-9 .testimonial-container::before {
    font-size: 3rem;
    top: -5px;
    left: 5px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f1b6b57 */body{
    overflow-x: hidden;
    padding-top: 0px !important;
}

.section-title{
    color:#ffff;
}

.feature-title{
    color:#ffff;
}

.feature-item{
    color:#fff;
}

.feature-list{
    padding-left:0px;
}

.elementor-element.elementor-element-f1b6b57{
    padding: 0px;
}

body.page-id-9 .e-con-inner{
    padding-top: 0px;
}/* End custom CSS */