
 /* Estilos Generales */
 body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  /*----CAPACIDADES----*/
  
.about-hero {
    position: relative;
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    color: #fff;
    background: rgb(22, 115, 208);
  }
  
  .about-hero .about-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
    z-index: 1;
  }
  
  .about-hero .about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 56, 120, 0.4);
    z-index: 2;
  }
  
  .about-hero .about-text {
    position: relative;
    z-index: 10;
    max-width: 900px;
    padding: 0 20px;
  }
  
  .about-hero .about-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  
  .about-hero .about-text p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  
  /*-----MOLDEO----*/
  .moldeo {
    background: #f7f7f7;
    font-family: "Poppins", sans-serif;
    padding: 80px 5%;
  }

  .titulo-moldeo {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-top: 3px;
    margin-bottom: 5px;
    color: #001F3F;
    font-weight: 600;
    text-align: center;
  }
  
  .text-color-moldeo {
    color: #0025b8;
  }
  
  .moldeo .contenido {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
  }
  .moldeo-lista {
    list-style: none;
    text-align: left;
    margin: 15px 0 25px;
    padding: 0;
    columns: 2; 
    column-gap: 30px;
  }
  .moldeo-lista li {
    background: #fc9f3c;
    margin: 6px 0;
    padding: 8px 12px;
    border-left: 4px solid #001F3F;
    border-radius: 4px;
    font-size: 0.95em;
    transition: 0.3s;
  }
  
  .moldeo-lista li:hover {
    background: #eaf2f9;
    transform: translateX(3px);
  }
  
  .moldeo .imagen {
    flex: 1 1 45%;
  }
  
  .moldeo .imagen img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: transform 0.4s ease, filter 0.4s ease;

  }
  .moldeo .imagen img:hover {
    transform: scale(1.05);
    filter: brightness(1.15);
  }
  
  .moldeo .texto {
    flex: 1 1 45%;
  }
  
  .moldeo h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    color: #222;
  }
  
  .moldeo h2 strong {
    color: #333;
    font-weight: 700;
  }
  
  .moldeo p {
    color: #444;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 25px;
  }


/*CARRUSEL-IMAGEN*/
.carrusel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
  }
  
  .carrusel-imagen {
    display: flex;
    transition: transform 0.8s ease-in-out;
    width: 100%;
  }
  
  .carrusel-imagen .elemento {
    flex: 0 0 100%;
  }
  
  .carrusel-imagen .elemento img {
    width: 100%;
    display: block;
    border-radius: 10px;
  }
  
  .carrusel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 30px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    z-index: 5;
    transition: background 0.3s;
  }
  
  .carrusel-btn:hover {
    background: transparent;
    color: #003b7a;
  }
  
  .carrusel-btn.prev {
    left: 10px;
  }
  
  .carrusel-btn.next {
    right: 10px;
  }
  .carrusel-texto {
    position: relative;
    flex: 1 1 45%;
  }
  
  .carrusel-texto .elemento-texto {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    width: 100%;
  }
  
  .carrusel-texto .elemento-texto.activo {
    opacity: 1;
    position: relative;
  }
  
  .tool-lista {
    list-style: none;
    text-align: left;
    margin: 15px 0 25px;
    padding: 0;
    columns: 2; 
    column-gap: 30px;
  }
  .tool-lista li {
    background: #b3cfed;
    margin: 6px 0;
    padding: 8px 12px;
    border-left: 4px solid #001F3F;
    border-radius: 4px;
    font-size: 0.95em;
    transition: 0.3s;
  }
  
  .tool-lista li:hover {
    background: #eaf2f9;
    transform: translateX(3px);
  }


  /*INVENTO*/
  /* ======= Sección Tabs ======= */
.section_tabs {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    margin-top: 0px;
  }
  
  .titulo-second {
    font-size: 2rem;
    line-height: 1.3;
    color: #001F3F;
    font-weight: 600;
    text-align: center;
  }
  
  .text-color-second {
    font-size: 2rem;
    font-weight: 600;
    color: #0025b8;
  }

  .padding-section-large {
    padding: 0px 50px;
  }
  

  .tabs_container {
    margin: 0 auto;
    min-height: 600px;
    height: auto;
  }
  
  
  .tabs_component {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    position: relative;
  }
  
  /* ======= Columna Izquierda (Texto) ======= */
  .tabs_left {
    flex: 1;
    position: sticky;
    top: 100px;
    height: auto;           
    overflow: visible;      
    padding-bottom: 20px; 
}

  
  /* Posiciona los textos uno encima del otro */
  .tabs_left-top {
    position: relative;
  }
  
  .tabs_let-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  
  .tabs_let-content.is-1 {
    opacity: 1;
    transform: translateY(0);
    z-index: 2;
  }
  
  .heading-style-h4 {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #001F3F;
    font-weight: 600;
  }
  
  .text-color-green {
    color: #0025b8;
  }
  
  .text-size-small {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
  }
  
  .tabs_line {
    width: 60px;
    height: 3px;
    background-color: #0022b8;
    margin: 15px 0 25px;
    border-radius: 2px;
  }
  .equipos-lista {
    list-style: none;
    text-align: left;
    margin: 15px 0 25px;
    padding: 0;
    columns: 2; 
    column-gap: 30px;
  }
  
  .equipos-lista li {
    background: #f6d656;
    margin: 6px 0;
    padding: 8px 12px;
    border-left: 4px solid #001F3F;
    border-radius: 4px;
    font-size: 0.95em;
    transition: 0.3s;
  }
  
  .equipos-lista li:hover {
    background: #eaf2f9;
    transform: translateX(3px);
  }


  /* ======= Columna Derecha (Imágenes) ======= */
  .tabs_right {
    flex: 1;
    position: relative;
    height: 50vh;
    min-width: 0; 
  }
  
  
  .tabs_image img:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 20px rgba(153, 180, 224, 0.2);
  }
  .tabs_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 1s ease, transform 1s ease;
    
  }
  
  .tabs_image.is-1 {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
  }
  
  .tabs_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  }


  /* ======= Responsiva GENERAL ======= */
  @media (max-width: 1024px) {

  
    /* ===== MOLDEO ===== */
    .moldeo .contenido {
      flex-direction: column;
      text-align: center;
      gap: 30px;
    }
  
    .moldeo .texto,
    .moldeo .imagen {
      flex: 1 1 100%;
    }
  
    .moldeo-lista,
    .equipos-lista,
    .tool-lista {
      columns: 1;
      text-align: center;
    }
  
    
    /* ===== TABS ===== */
    .tabs_component {
      flex-direction: column;
      align-items: center;
      gap: 30px;
    }
  
    .tabs_left,
    .tabs_right {
      width: 100%;
      position: relative;
    }
  
    .tabs_left {
      top: 0;
      position: relative;
    }
  
  }
  @media (max-width: 768px) {

    /* ===== PADDING GENERAL ===== */
    .padding-section-large {
      padding: 0 16px;
    }
  
    .moldeo {
      padding: 60px 6%;
    }
  
    /* ===== RESET ALTURAS ===== */
    .tabs_container,
    .tabs_component,
    .tabs_left,
    .tabs_right {
      height: auto !important;
      min-height: 0 !important;
      max-height: none !important;
    }
  
    /* ===== CONTENEDOR ===== */
    .tabs_container {
      width: 100%;
      margin: 0 auto;
      padding: 0 16px;
    }
  
    .tabs_component {
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }
  

    .tabs_left {
      position: static;
      width: 100%;
    }
  
    .tabs_left-top {
      position: static;
    }
  
    .tabs_let-content {
      position: static;
      display: none;
      opacity: 0;
      transform: none;
    }
  
    .tabs_let-content.is-1 {
      display: block;
      opacity: 1;
    }
  
    /* ===== IMAGEN ===== */
    .tabs_right {
      position: static;
      width: 100%;
    }
  
    .tabs_image {
      position: static;
      display: none;
      opacity: 0;
      transform: none;
    }
  
    .tabs_image.is-1 {
      display: block;
      opacity: 1;
    }
  
    .tabs_image img {
      width: 100%;
      height: auto;
      max-height: 220px;
      object-fit: cover;
      border-radius: 16px;
    }
  

    .heading-style-h4 {
      font-size: 1.3rem;
      text-align: center;
    }
  
    .text-size-small {
      font-size: 0.9rem;
      text-align: center;
    }
  
    .tabs_line {
      margin: 15px auto 20px;
    }
  
    /* ===== SEGURIDAD ===== */
    .section_tabs {
      overflow: hidden;
    }
  
  }
  @media (max-width: 480px) {

    .heading-style-h4 {
      font-size: 1.1rem;
    }
  
    .text-size-small {
      font-size: 0.85rem;
    }
  
    .tabs_image img {
      max-height: 180px;
    }
  
  }
  