
/* HIDE VIDEO ON PHONES*/

@media screen and (max-width: 768px) {
  .video-background {
    display: none !important;
  }
  
  .video-background video {
    display: none !important;
  }
  
  .proceso-wrapper {
    background-color: #111111 !important;
    margin: 0 !important;
  }
  
  .proceso {
    background: transparent !important;
  }
}
/* HIDE VIDEO ON PHONES*/



/* Sección principal */
.naranjo {
  color:#e06522
}
.beat-personalizado {
    padding: 20px;
    background-color: #000; /* Fondo negro */
    color: #fff; /* Texto blanco */
    font-family: 'Raleway', sans-serif;
  }
  
  .section-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #e06522; /* Naranja */
    text-align: left; /* Alineado a la izquierda */
    font-family: 'Poppins', sans-serif;
  }
  
  .descripcion-beat {
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: justify; /* Justificación del texto */
    margin-bottom: 20px;
    color: #ddd; /* Color gris claro */
    font-family: 'Poppins', sans-serif;
  }
  
  /* Contenedor de procesos */
  .proceso {
    display: flex;
    flex-direction: column;
    gap: 0px; /* Espacio entre cada bloque */
  }
  
  /* Elemento individual */
  .proceso-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #1e1e1e; /* Fondo gris oscuro */
    border-radius: 8px; /* Bordes redondeados */
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* Sombra ligera */
    transition: transform 0.3s ease-in-out;
  }
  
  .proceso-item:hover {
    transform: translateY(-5px); /* Efecto hover */
  }
  .proceso-item img{
height: 50px;
width: 50px;
margin-bottom: 5px;
  }
  
  .proceso-texto {
    font-size: 0.9rem;
    text-align: center;
    color: #fff; /* Texto blanco */
    font-family: 'Poppins', sans-serif;
  }
  /* Título principal de confianza */
/* Título principal de confianza */
.titulo-confianza {
    margin-bottom: 10px; /* Espacio adecuado debajo */
    text-align: center; /* Centrado */
    line-height: 1.2; /* Espaciado reducido entre líneas */
    color: #ff9900; /* Naranja, consistente con tu diseño */
    text-transform: none; /* No transformar a mayúsculas */
  }
  
  /* Sección principal (sin cambiar los estilos globales) */
  .beat-personalizado {
    padding: 20px;
    color: #000; /* Texto en negro */
    font-family: inherit; /* Usar la fuente definida globalmente */
    font-size: inherit; /* Tomar el tamaño de fuente global */
    text-align: inherit; /* Alineación de texto igual que en otros elementos */
  }
  
  .etapa-contenido {
    padding-left: 12px;
    margin: 16px 12px;
    background: rgba(0, 0, 0, 0.6);
}

.etapa-titulo {
    color: #ff9900;
    font-size: 1em;
    margin-bottom: 6px;
    font-weight: 600;
}

.etapa-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.etapa-lista li {
    color: #ffffff;
    font-size: 0.85em;
    line-height: 1.3;
    margin-bottom: 4px;
    padding-left: 12px;
    position: relative;
}

.etapa-lista li:before {
    content: "•";
    color: #ff9900;
    position: absolute;
    left: 0;
}

.proceso {
    background: rgba(0, 0, 0, 0.6);
    padding: 16px 12px;
    border-radius: 6px;
    margin: 16px 12px;
    position: relative;
  z-index: 1;
}

.proceso-item {
    margin: 16px 0;
    padding: 12px;
    transition: transform 0.2s ease;
}

.proceso-titulo {
  color: #ff9900;
  font-size: 1.1em;
  font-weight: 600;
  padding: 0 12px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

 /* VIDEO BACKGROUND*/
.proceso-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 6rem 0;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
/* VIDEO BACKGROUND*/


  @media screen and (min-width:600px){
    .proceso
    {
      align-items: center;
    }
    .proceso-item
    {
      margin: 16px 154px;
    }
/* Elemento individual */
.proceso-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #1e1e1e; /* Fondo gris oscuro */
  border-radius: 8px; /* Bordes redondeados */
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* Sombra ligera */
  transition: transform 0.3s ease-in-out;

  }
  @media screen and (min-width:1024px){
    .proceso
    {
      align-items: center;
      ;
    }
    .proceso-item
    {
      margin: 16px 154px;
    }
    .proceso-item {
      margin: 16px;
      /* Keep the same max-width as defined above */
      flex: 0 0 300px; /* Prevent growing or shrinking */
      height: 170px;
      
    }
    
    /* Optional: if you want items in a row on desktop */
    .proceso {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      display: flex;
    }
  }

  