.elementor-386 .elementor-element.elementor-element-1871589{--display:flex;}body.elementor-page-386:not(.elementor-motion-effects-element-type-background), body.elementor-page-386 > .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-2970bd2 */* Sección principal de contenido */
      body.page-id-386 .main-content {
        padding: 3rem 0;
        position: relative;
      }


    /* H1 oculto para SEO - accesible para bots pero invisible visualmente */
      .seo-h1 {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
      }

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

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

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

      body.page-id-386 .section-subtitle {
        font-size: 1.2rem;
        color: #e0e0e0;
        max-width: 700px;
        margin: 1rem auto;
      }
    
    
      /* Estilos para la sección de formaciones */
      body.page-id-386 .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
      }

      body.page-id-386 .formations-container {
        display: flex;
        flex-direction: column;
        gap: 40px;
        
        margin: 0 auto;
      }

      body.page-id-386 .formation-card {
        display: flex;
        background-color: #1a1a1a;
        border: 1px solid #333;
        overflow: hidden;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      body.page-id-386 .formation-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
      }

      body.page-id-386 .formation-image {
        width: 35%;
        position: relative;
        overflow: hidden;
      }

      body.page-id-386 .formation-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
      }

      .formation-card:hover .formation-image img {
        transform: scale(1.05);
      }

      body.page-id-386 .formation-badge {
        position: absolute;
        top: 15px;
        right: -35px;
        background-color: #e53c08;
        color: #fff;
        padding: 5px 30px;
        font-size: 0.7rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        transform: rotate(45deg);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        z-index: 5;
      }

      body.page-id-386 .formation-content {
        width: 65%;
        padding: 25px;
        display: flex;
        flex-direction: column;
      }

     body.page-id-386 .formation-header {
        margin-bottom: 15px;
      }

     body.page-id-386 .formation-title {
        font-size: 1.8rem;
        color: #fff;
        margin-bottom: 10px;
        font-weight: 700;
        text-transform: uppercase;
      }

      body.page-id-386 .formation-meta {
        display: flex;
        gap: 15px;
        color: #bbb;
        font-size: 0.9rem;
      }

      body.page-id-386 .formation-meta i {
        color: #B7AEA5;
        margin-right: 5px;
      }

      body.page-id-386 .formation-description {
        margin-bottom: 20px;
        font-size: 1rem;
        line-height: 1.6;
        color: #ccc;
      }

      body.page-id-386 .formation-features {
        margin-bottom: 25px;
        flex-grow: 1;
      }

      body.page-id-386 .formation-features ul {
        list-style: none;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding-left: 0px;
      }

      body.page-id-386 .formation-features li {
        color: #bbb;
        font-size: 0.9rem;
        display: flex;
        align-items: center;
      }

      body.page-id-386 .formation-features i {
        color: #e53c08;
        margin-right: 8px;
        font-size: 0.8rem;
      }

      body.page-id-386 .formation-cta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: auto;
        border-top: 1px solid #333;
        padding-top: 20px;
        gap: 15px;
      }

      body.page-id-386 .formation-buttons {
        display: flex;
        gap: 10px;
        width: 100%;
      }

      body.page-id-386 .btn-formation-info {
        background-color: transparent;
        color: #fff;
        border: 1px solid #666;
        padding: 0.8rem 1rem;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.3s ease;
        flex: 1;
        text-align: center;
      }

      body.page-id-386 .btn-formation-info:hover {
        background-color: rgba(229, 60, 8, 0.1);
        transform: translateY(-2px);
      }

      body.page-id-386 .btn-formation {
        background-color: #e53c08;
        color: #fff;
        padding: 0.8rem 1rem;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.3s ease;
        flex: 1;
        text-align: center;
      }

      body.page-id-386 .btn-formation:hover {
        background-color: #f77014;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(229, 60, 8, 0.3);
      }
      
      
      /* Estilos responsivos */
      @media (max-width: 992px) {
          body.page-id-386 .formation-features ul {
          grid-template-columns: 1fr;
        }
          
        body.page-id-386 .formation-card {
          flex-direction: column;
        }

        body.page-id-386 .formation-title {
          font-size: 1.2rem;
        }
        
        body.page-id-386 .formation-description{
            font-size: 0.9rem;
        }

        body.page-id-386 .formation-image,
        .formation-content {
          width: 100%;
        }

        body.page-id-386 .formation-image {
          height: 200px;
        }

        body.page-id-386 .formation-buttons {
          flex-direction: column;
        }  
         
         
         
        body.page-id-386 .formation-content{
            width: 100%;
        }  
        
        body.page-id-386 .section-title{
         font-size: 1.5rem;
     }
     
     body.page-id-386 .section-subtitle{
         font-size: 0.9rem;
     }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e84a4b2 *//* ===================================== */
/* SECCIÓN DE PRÓXIMAS FORMACIONES      */
/* ===================================== */

/* Contenedor principal */
.upcoming-formations {
  padding: 6rem 0;
  background-color: rgba(0, 0, 0, 0.85);
  position: relative;
  overflow: hidden;
  
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: overlay;
}



/* Badge superior */
.upcoming-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Contenedor y grid */
.container {
  position: relative;
  z-index: 2;
  
}

.upcoming-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}

/* Título de la sección */
.upcoming-formations .section-title {
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
  font-size: 2.8rem;
  letter-spacing: 3px;
}

/* ===================================== */
/* SELLO CLASIFICADO                    */
/* ===================================== */

.classified-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: -20px;
  background-color: #1a1a1a;
  padding: 25px 20px;
  border-radius: 5px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #e33c08;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  gap: 30px;
}

.classified-stamp {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stamp-border {
  border: 3px solid #e33c08;
        border-radius: 50%;
        width: 150px;
        height: 150px;
        padding: 15px;
        background-color: rgba(139, 0, 0, 0.1);
        text-align: center;
        position: relative;
        transform: rotate(-2deg);
        box-shadow: inset 0 0 10px rgba(139, 0, 0, 0.3);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}

.stamp-text {
  font-weight: 900;
  color: #b7aea5;
  line-height: 1;
  letter-spacing: 2px;
}

.stamp-text:first-child {
  font-size: 0.9rem;
}

.stamp-text.main {
  font-size: 1.4rem;
  margin: 3px 0;
}

.stamp-divider {
  width: 100%;
  height: 2px;
  background-color: #b7aea5;
  margin: 5px 0;
}

.stamp-code {
  font-size: 0.7rem;
  color: #f77014;
  font-weight: 600;
  letter-spacing: 1px;
}

.classified-info {
  flex: 1;
  text-align: left;
}

.classification-level {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.document-id {
  font-size: 0.8rem;
  color: #ccc;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.clearance-note {
  font-size: 0.8rem;
  color: #f77014;
  font-weight: 600;
  letter-spacing: 1px;
}

/* ===================================== */
/* TARJETAS DE FORMACIONES              */
/* ===================================== */

.upcoming-card {
  background-color: rgba(15, 15, 15, 0.75);
  border: 1px solid #333;
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.upcoming-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #555, #333);
  transition: transform 0.5s ease;
}

.upcoming-card::after {
  content: "PRÓXIMAMENTE";
  position: absolute;
  top: 15px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.9);
  padding: 5px 15px;
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1;
}

.upcoming-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.7);
  border-color: #555;
}

.upcoming-card:hover::before {
  transform: scaleY(1.03);
}

.upcoming-icon {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.upcoming-card:hover .upcoming-icon {
  transform: scale(1.05);
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.upcoming-icon i {
  font-size: 1.8rem;
  color: #fff;
  transition: all 0.3s ease;
}

.upcoming-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
}

.upcoming-meta {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  padding-top: 15px;
  border-top: 1px solid #333;
  position: relative;
  z-index: 2;
}

.btn-waiting-list {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.btn-waiting-list:hover {
  background-color: #333;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  border-color: #555;
}

/* ===================================== */
/* MEDIA QUERIES - RESPONSIVE DESIGN    */
/* ===================================== */

@media (max-width: 992px) {
  .upcoming-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  body.page-id-1051 .section-title{
      font-size: 1.2rem;
  }
  
  body.page-id-1051 .section-subtitle{
      font-size: 0.9rem;
  }
  
 
}

@media (max-width: 768px) {
  .upcoming-grid {
    grid-template-columns: 1fr;
  }

  .classified-header {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .classified-info {
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1871589 */body.page-id-386{
    margin-top: 100px;
   
}/* End custom CSS */