.Video-Bkgnd {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Asegura que el video cubra todo el contenedor */
}

.custom-carousel {
    position: relative;
    width: 80%; /* Ajustable */
    height: 70%;
    max-width: 1300px;
    max-height: 900px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #ddd; /* Para visualizar mejor los bordes */
  }
.Amatista{
    position: absolute;
    z-index: 50;
    top: 0%;
    left: 0;
    height: 100px;
    width: 150px;
}
@media(max-width: 700px){
    .Amatista{
        height: 65px;
        width: 100px;
    }
}

  /*! =========================================================================*/
                    /* Fin Sección de Introducción & Hook */
  /*! =========================================================================*/


  #Experience{
    margin: 0 auto;
    text-align: center;
    padding: 20px;
  }


  #WhoHook{
    margin: 8% auto 4px;
    text-align: center;
    width: 80%;
    font-size: x-large;
  }

  @media(max-width: 1300px){
    #WhoHook{
        margin-top: 2%;
    }
  }
  @media(max-width: 1400px){
    #WhoHook{
        margin-top: 12%;
    }
  }
  @media(max-width: 1600px){
    #WhoHook{
        margin-top: 12%;
    }
  }


  /* Sección Introducción */
  .contenedor-intro {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    background-color: #ffffff;
  }
  
  .contenido {
    display: flex;
    gap: 20px;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    flex-wrap: wrap; /* Responsivo */
  }
  
  /* Imagen */
  .imagen img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  /* Texto */
  .texto {
    max-width: 600px;
  }
  
  .texto h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #007bff;
  }
  
  .texto p {
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  
  .texto ul {
    list-style-type: square;
    padding-left: 20px;
  }
  
  .texto ul li {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  
  /* Responsivo */
  @media (max-width: 768px) {
    .contenido {
      flex-direction: column;
      text-align: center;
      text-align: justify;
    }
  
    .texto h2 {
      font-size: 1.8rem;
    }
  }
  
  .GetKnown{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 15px;
    border-radius: 15px;
}

.GetKnown:hover{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
