body
{
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#canvas {
  position: absolute;
}
#video, #canvas {
  width: 100%;
  top: 0;
  left: 0;
}
.img-fondo{
  width: 65%;
}
.mobile-warning-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.mobile-warning {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mobile-warning-icon {
  color: #721c24;
  font-size: 36px;
  margin-bottom: 10px;
}

.mobile-warning h4 {
  color: #721c24;
  font-size: 20px;
  margin-bottom: 10px;
}

.mobile-warning p {
  color: #721c24;
  font-size: 16px;
}
.titulo{
  font-size: 17px;
  line-height: 2.5rem;
  font-weight: bold;
  color:#00e5b4;
}
.custom-color {
  background-color: #00C49A;
  color: #fff; /* Color del texto blanco para contrastar con el fondo */
  /* Puedes agregar estilos adicionales según tus preferencias */
}

.custom-color:hover {
  background-color: #008c72; /* Cambia el color al pasar el ratón sobre el botón (opcional) */
}
.pregunta{
  font-size: 12px;


  text-align: justify;
}
.circulo {
  text-align: center;
  padding-top:12%;
}
.move-btn {
  justify-content: center;
   /* Ajusta la distancia desde la parte inferior según tus preferencias */
}
.numero {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #00C49A;  /* Color de fondo negro */
  color: #fff; /* Color del texto blanco */
  font-size: 24px;
  margin: 0;
  background:#00C49A;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35); 
}


/* Nuevo estilo para el rectángulo negro en la parte superior */
.countdown-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%; /* Ajusta la altura según tus preferencias */
  background-color: black;
}

/* Nuevo estilo para el rectángulo negro en la parte inferior */
.countdown-overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%; /* Ajusta la altura según tus preferencias */
  background-color: black;
}

.countdown-overlays {
  display: none;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  box-sizing: border-box; /* Asegura que el tamaño total incluya el padding */
  padding: 20px;
   /* Añade padding para que el texto no esté pegado a los bordes */
  background-size: cover;
   
}


/* Nuevo estilo para el rectángulo negro en la parte superior */
.countdown-overlays::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%; /* Ajusta la altura según tus preferencias */
  background-color: #161d31;
}

/* Nuevo estilo para el rectángulo negro en la parte inferior */
.countdown-overlays::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 23%; /* Ajusta la altura según tus preferencias */
  background-color: #161d31;
}

.countdown-text {
  position: relative;
  font-size: 48px;
}

      .circle {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 1.4em; /* Ajusta el tamaño del círculo según tus preferencias */
          height: 1.4em; /* Ajusta el tamaño del círculo según tus preferencias */
          border-radius: 50%;
          background: #04ac87
      /* Cambia el color del círculo según tus preferencias */
      }

      .recording-message {
          font-size: 20px;
      }

      .nav-pills .nav-link {
          padding: 0.75rem 3rem;
          font-size: 1rem;
          line-height: 1rem;
          border: 1px solid #5E5873;
          color: #5E5873;
      }

      .nav-pills .nav-link:hover {
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); 
      }  
      @media(max-width:720px)
      {
          .nav-pills .nav-link {
          padding: 0.3rem 1rem;
          font-size: 1rem;
          line-height: 1rem;
          display: inline-block;
          border: 1px solid #5E5873;
          color: #5E5873;
      }
      }
      @media (max-height: 825px) and (max-width: 991.98px)
      { 
          .auth-wrapper .auth-bg {
          padding-top: 3rem;
          margin: 0 !important;
              }
      }
      .bordered-box {
          border: 1px solid #ccc;
          border-radius: 10px;
          padding: 20px;
          text-align: center;
          position: relative;
          margin-bottom: 20px; /* Aumenta el espacio hacia abajo */
      }

      .upload-icon {
          font-size: 48px;
          color: #007bff;
          cursor: pointer;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
      }

      .upload-input {
          display: none;
      }

      .preview-image {
          max-width: 100%;
          max-height: 200px;
          display: none;
      }
      .box-title {
          font-weight: bold;
          margin-top: 10px;
          text-align: center;
      }
      #duracion{

  color: #ff685f;
  font-weight: 800;
  background-color: #fff;
  padding: 0px 45px;
  line-height: 20px;
  font-weight: bold;
  border-radius: 5px;
  margin:0;
  }

.contenedor{
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
}
.centradoMarco{
 /* border: 1px solid yellow;*/
  position: absolute;
  /*top: 52%;*/
  top: 687px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.centradoMarco img{
    width: 465px;
    height: 480px;
  }
.centradoVideo{
  width:100%;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*border: 1px solid maroon;*/
}

#video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
  animation: fadeOut 2s ease-in-out forwards;
}
/* video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%; 
  background: rgba(0, 0, 0, 0.5); 
  z-index: 1;
} */

.centradoVideo img{
width: 340px;
height: 250px;
}
#overlay_ics {
  position: relative;
  text-align: center;
}

.circles {
  width: 60px;
  height: 60px;
  border: 2px solid transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.circles::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid white;
  border-radius: 50%;
  opacity: 0;
  animation: rotateAndBlink 15s linear infinite;
}

@keyframes rotateAndBlink {
  0%, 100% {
      opacity: 0;
      transform: rotate(0deg);
  }
  50% {
      opacity: 1;
      transform: rotate(180deg);
  }
  100% {
      opacity: 0;
      transform: rotate(360deg);
  }
}

#overlay_ic {

  top: 0;
  left: 0;
  width: 100%;
  height: 10%; /* Ajusta el 10% según tus necesidades */
  background: #1c1a1a;
  color: white;
  padding: 20px;


  box-sizing: border-box; 
  z-index:2/* Asegura que el tamaño total incluya el padding */
}
#overlay_ics {

  bottom: 0; /* Coloca el elemento en la parte inferior */
  left: 0;
  width: 100%;
  background:#1c1a1a;
  color: white;

  display: none;
  box-sizing: border-box;
  z-index: 2; /* Asegura que el tamaño total incluya el padding */
}
#overlay_ic p {
  margin: 0;
  font-size: 20px; /* Ajusta el tamaño del texto según tus necesidades */
}

#overlay_ic3 {

  bottom: 0; /* Coloca el elemento en la parte inferior */
  left: 0;
  width: 100%;

  background: #1c1a1a;
  color: white;
  padding: 26px;

  display: none;
  box-sizing: border-box;
  z-index: 2; /* Asegura que el tamaño total incluya el padding */
}

#overlay_ic3 p {
  margin: 0;
  font-size: 14px; /* Ajusta el tamaño del texto según tus necesidades */
}
#overlay_ic4 {

  bottom: 0; /* Coloca el elemento en la parte inferior */
  left: 0;
  width: 100%;

  background: #1c1a1a;
  color: white;
  display: none;
  box-sizing: border-box;
  z-index: 2; /* Asegura que el tamaño total incluya el padding */
}

#overlay_ic4 p {
  margin: 0;
  font-size: 14px; /* Ajusta el tamaño del texto según tus necesidades */
}

#contBtns{
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
}

@media (min-width: 280px) and (max-width: 300px) {
  #video{
      position: fixed;
  min-width: 100%;
  min-height: 125%;
  width: auto;
  height: auto;
  object-fit: cover;
  transform: translate(-50%, -15%);
      /*border: 2px solid black;*/
  }
  #video::before {
  content: "asdasdasd";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%; /* Altura de la capa negra suave (ajusta según sea necesario) */
  background: rgba(0, 0, 0, 0.5); /* Color negro con opacidad */
  z-index: 1; /* Asegúrate de que la capa esté por encima del video */
}
  #video::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0.2) 100%);
      z-index: 1;
      animation: fadeOut 2s ease-in-out forwards;
  }
  #overlay_ic {

  top: 0;
  left: 0;
  width: 100%;
  height: 17%; /* Ajusta el 10% según tus necesidades */
  background: #1c1a1a;
  color: white;
  padding: 20px;
  border-radius: 10px;
  display: none;
  box-sizing: border-box;
  z-index:2 /* Asegura que el tamaño total incluya el padding */
}
  @keyframes fadeOut {
      0% { opacity: 1; }
      100% { opacity: 0; }
  }
  .centradoVideo{
      /*border: 2px solid maroon;*/
      width: 60%;
      height: 180px;
      position: absolute;
      top: 54%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
  .centradoMarco{
      /*border: 2px solid yellow;*/
      margin-top: -435px;
  }
  .centradoMarco img {
      width: 170px;
      height: 165px;
      /*border: 2px solid crimson;*/
  }
}




@media (min-width: 301px) and (max-width: 320px) {
 
  .video_document {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    filter: saturate(1.4) sepia(0.25) blur(6.5px) grayscale(0.3);
  }
  .video_face {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
  }

  /* .guideline-rectangle {
    width: 90%!important;
    border-radius: .5rem;
    aspect-ratio: 427 / 270;
    box-shadow: 0 0 5px #0000667f;
    object-fit: cover;
} */
  .boton-con-sombra {
    padding: 10px 30px!important;
    font-size: 16px;
    color: #333; /* Color del texto */
    padding:8px;
    width:90% !important;
    height: 90%;
  }
  .custom-file-upload-modal {
    background-color: rgb(246, 248, 248) !important;
    color: #3498db;
    width:90% !important;
    height: 90%;
    padding: 8px !important;
    }

    .custom-file-track-modal {
      cursor: pointer;
      border: 1px solid rgb(16, 156, 127) !important;
      border-radius: 4px;
      background-color: #fff !important;
      color: rgb(16, 156, 127) !important;
      transition: background-color 0.3s, color 0.3s;
      box-shadow: 3px 3px 5px #f8efef;
      width:100% !important;
      padding:8px !important;
      }
    .container_event {
      width: 100%;
      max-width: 800px; /* Define un ancho máximo para el contenedor */
      margin: 0 auto; /* Centra el contenedor horizontalmente */
      padding: 20px; /* Añade espacio alrededor del contenedor */
  }
      .box_event {
      width: 100%; /* Establece el ancho del cuadro al 100% del contenedor */
      max-width: 350px !important; /* Define un ancho máximo para el cuadro */
      margin: 0 auto; /* Centra el cuadro horizontalmente */
      padding: 5px; /* Añade espacio alrededor del cuadro */


      box-sizing: border-box; /* Incluye el borde en el ancho y alto del cuadro */
  }
  
  .verification-containers {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 79vh; /* Ajusta la altura según tus necesidades */
  }

  #canvas {
  position: fixed;
  top: 17%;
  left: 0;
  width: 100%;
  height: 60%;
}
  #video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
  animation: fadeOut 2s ease-in-out forwards;
}
#overlay_ic {

  top: 0;
  left: 0;
  width: 100%;
  height: 14%;
  color: white;
  padding: 2%!important;
  display: none;
  box-sizing: border-box;
  z-index: 2;
}
.video-document-containers {
  width: 100%;
  height:  100%!important;
  overflow: hidden;
  position: relative;

}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
  .centradoVideo{
     /* border: 2px solid maroon;*/
      width: 60%;
      height: 180px;
      position: absolute;
      top: 54%;
    
      transform: translate(-50%, -50%);
  }
  .centradoMarco{
      width: 60%;
     /* border: 2px solid yellow;*/
      position: absolute;
      top: 54%;
   
      transform: translate(-50%, -50%);
  }
  .centradoMarco img {
      width: 230px;
      height: 230px;
     /* border: 2px solid crimson;*/
  }
}

@media (min-width: 321px) and (max-width: 420px) {
 
  .video_document {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    filter: saturate(1.4) sepia(0.25) blur(6.5px) grayscale(0.3);
}
.video_face {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
}
  /* .guideline-rectangle {
    width: 90%!important;
    border-radius: .5rem;
    aspect-ratio: 427 / 270;
    box-shadow: 0 0 5px #0000667f;
    object-fit: cover;
} */
  .boton-con-sombra {
    padding: 10px 30px!important;
    font-size: 16px;
    color: #333; /* Color del texto */
    padding:8px;
    width:90% !important;
    height: 90%;
  }
  .custom-file-upload-modal {
    background-color: rgb(246, 248, 248) !important;
    color: #3498db;
    width:90% !important;
    height: 90%;
    padding: 8px !important;
    }

    .custom-file-track-modal {
      cursor: pointer;
      border: 1px solid rgb(16, 156, 127) !important;
      border-radius: 4px;
      background-color: #fff !important;
      color: rgb(16, 156, 127) !important;
      transition: background-color 0.3s, color 0.3s;
      box-shadow: 3px 3px 5px #f8efef;
      width:100% !important;
      padding:8px !important;
      }
    .container_event {
      width: 100%;
      max-width: 800px; /* Define un ancho máximo para el contenedor */
      margin: 0 auto; /* Centra el contenedor horizontalmente */
      padding: 20px; /* Añade espacio alrededor del contenedor */
  }
      .box_event {
      width: 100%; /* Establece el ancho del cuadro al 100% del contenedor */
      max-width: 350px !important; /* Define un ancho máximo para el cuadro */
      margin: 0 auto; /* Centra el cuadro horizontalmente */
      padding: 5px; /* Añade espacio alrededor del cuadro */


      box-sizing: border-box; /* Incluye el borde en el ancho y alto del cuadro */
  }
  
  .verification-containers {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 79vh; /* Ajusta la altura según tus necesidades */
  }

  #canvas {
  position: fixed;
  top: 17%;
  left: 0;
  width: 100%;
  height: 60%;
}
  #video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
  animation: fadeOut 2s ease-in-out forwards;
}
#overlay_ic {

  top: 0;
  left: 0;
  width: 100%;
  height: 14%;
  color: white;
  padding: 2%!important;
  display: none;
  box-sizing: border-box;
  z-index: 2;
}
.video-document-containers {
  width: 100%;
  height:  100%!important;
  overflow: hidden;
  position: relative;

}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
  .centradoVideo{
     /* border: 2px solid maroon;*/
      width: 60%;
      height: 180px;
      position: absolute;
      top: 54%;
    
      transform: translate(-50%, -50%);
  }
  .centradoMarco{
      width: 60%;
     /* border: 2px solid yellow;*/
      position: absolute;
      top: 54%;
   
      transform: translate(-50%, -50%);
  }
  .centradoMarco img {
      width: 230px;
      height: 230px;
     /* border: 2px solid crimson;*/
  }
}

@media (min-width: 421px) and (max-width: 500px) {
  .video_document {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    filter: saturate(1.4) sepia(0.25) blur(6.5px) grayscale(0.3);
}
.video_face {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
}
  /* .guideline-rectangle {
    width: 90%!important;
    border-radius: .5rem;
    aspect-ratio: 427 / 270;
    box-shadow: 0 0 5px #0000667f;
    object-fit: cover;
} */
  .boton-con-sombra {
    padding: 10px 30px!important;
    font-size: 16px;
    color: #333; /* Color del texto */
    padding:8px;
    width:90% !important;
    height: 90%;
  }
  .custom-file-upload-modal {
    background-color: rgb(246, 248, 248) !important;
    color: #3498db;
    width:90% !important;
    height: 90%;
    padding: 8px !important;
    }

    .custom-file-track-modal {
      cursor: pointer;
      border: 1px solid rgb(16, 156, 127) !important;
      border-radius: 4px;
      background-color: #fff !important;
      color: rgb(16, 156, 127) !important;
      transition: background-color 0.3s, color 0.3s;
      box-shadow: 3px 3px 5px #f8efef;
      width:100% !important;
      padding:8px !important;
      }
    .container_event {
      width: 100%;
      max-width: 800px; /* Define un ancho máximo para el contenedor */
      margin: 0 auto; /* Centra el contenedor horizontalmente */
      padding: 20px; /* Añade espacio alrededor del contenedor */
  }
      .box_event {
      width: 100%; /* Establece el ancho del cuadro al 100% del contenedor */
      max-width: 350px !important; /* Define un ancho máximo para el cuadro */
      margin: 0 auto; /* Centra el cuadro horizontalmente */
      padding: 5px; /* Añade espacio alrededor del cuadro */


      box-sizing: border-box; /* Incluye el borde en el ancho y alto del cuadro */
  }
  
  .verification-containers {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 79vh; /* Ajusta la altura según tus necesidades */
  }

  #canvas {
  position: fixed;
  top: 17%;
  left: 0;
  width: 100%;
  height: 60%;
}
  #video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
  animation: fadeOut 2s ease-in-out forwards;
}
#overlay_ic {

  top: 0;
  left: 0;
  width: 100%;
  height: 14%;
  color: white;
  padding: 2%!important;
  display: none;
  box-sizing: border-box;
  z-index: 2;
}

.video-document-containers {
  width: 100%;
  height: 100%!important;
  overflow: hidden;
  position: relative;

}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
  .centradoVideo{
     /* border: 2px solid maroon;*/
      width: 60%;
      height: 180px;
      position: absolute;
      top: 54%;
    
      transform: translate(-50%, -50%);
  }
  .centradoMarco{
      width: 60%;
     /* border: 2px solid yellow;*/
      position: absolute;
      top: 54%;
   
      transform: translate(-50%, -50%);
  }
  .centradoMarco img {
      width: 230px;
      height: 230px;
     /* border: 2px solid crimson;*/
  }
}

@media (min-width: 501px) and (max-width: 600px) {
  .video_document {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    filter: saturate(1.4) sepia(0.25) blur(6.5px) grayscale(0.3);
}
.video_face {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
}
  /* .guideline-rectangle {
    width: 90%!important;
    border-radius: .5rem;
    aspect-ratio: 427 / 270;
    box-shadow: 0 0 5px #0000667f;
    object-fit: cover;
} */
  .boton-con-sombra {
    padding: 10px 30px!important;
    font-size: 16px;
    color: #333; /* Color del texto */
    padding:8px;
    width:90% !important;
    height: 90%;
  }
  .custom-file-upload-modal {
    background-color: rgb(246, 248, 248) !important;
    color: #3498db;
    width:90% !important;
    height: 90%;
    padding: 8px !important;
    }

    .custom-file-track-modal {
      cursor: pointer;
      border: 1px solid rgb(16, 156, 127) !important;
      border-radius: 4px;
      background-color: #fff !important;
      color: rgb(16, 156, 127) !important;
      transition: background-color 0.3s, color 0.3s;
      box-shadow: 3px 3px 5px #f8efef;
      width:100% !important;
      padding:8px !important;
      }
    .container_event {
      width: 100%;
      max-width: 800px; /* Define un ancho máximo para el contenedor */
      margin: 0 auto; /* Centra el contenedor horizontalmente */
      padding: 20px; /* Añade espacio alrededor del contenedor */
  }
      .box_event {
      width: 100%; /* Establece el ancho del cuadro al 100% del contenedor */
      max-width: 350px !important; /* Define un ancho máximo para el cuadro */
      margin: 0 auto; /* Centra el cuadro horizontalmente */
      padding: 5px; /* Añade espacio alrededor del cuadro */


      box-sizing: border-box; /* Incluye el borde en el ancho y alto del cuadro */
  }
  
  .verification-containers {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 79vh; /* Ajusta la altura según tus necesidades */
  }

  #canvas {
  position: fixed;
  top: 17%;
  left: 0;
  width: 100%;
  height: 60%;
}
  #video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
  animation: fadeOut 2s ease-in-out forwards;
}
#overlay_ic {

  top: 0;
  left: 0;
  width: 100%;
  height: 14%;
  color: white;
  padding: 2%!important;
  display: none;
  box-sizing: border-box;
  z-index: 2;
}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
  .centradoVideo{
     /* border: 2px solid maroon;*/
      width: 60%;
      height: 180px;
      position: absolute;
      top: 54%;
    
      transform: translate(-50%, -50%);
  }
  .centradoMarco{
      width: 60%;
     /* border: 2px solid yellow;*/
      position: absolute;
      top: 54%;
   
      transform: translate(-50%, -50%);
  }
  .centradoMarco img {
      width: 230px;
      height: 230px;
     /* border: 2px solid crimson;*/
  }
  .video-document-containers {
    width: 100%;
    height: 100%!important;
    overflow: hidden;
    position: relative;

  }
}

@media (min-width: 601px) and (max-width: 700px) {
  .video_document {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    filter: saturate(1.4) sepia(0.25) blur(6.5px) grayscale(0.3);
}
.video_face {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
}
  /* .guideline-rectangle {
    width: 90%!important;
    border-radius: .5rem;
    aspect-ratio: 427 / 270;
    box-shadow: 0 0 5px #0000667f;
    object-fit: cover;
} */
  .boton-con-sombra {
    padding: 10px 30px!important;
    font-size: 16px;
    color: #333; /* Color del texto */
    padding:8px;
    width:90% !important;
    height: 90%;
  }
  .custom-file-upload-modal {
    background-color: rgb(246, 248, 248) !important;
    color: #3498db;
    width:90% !important;
    height: 90%;
    padding: 8px !important;
    }

    .custom-file-track-modal {
      cursor: pointer;
      border: 1px solid rgb(16, 156, 127) !important;
      border-radius: 4px;
      background-color: #fff !important;
      color: rgb(16, 156, 127) !important;
      transition: background-color 0.3s, color 0.3s;
      box-shadow: 3px 3px 5px #f8efef;
      width:100% !important;
      padding:8px !important;
      }
    .container_event {
      width: 100%;
      max-width: 800px; /* Define un ancho máximo para el contenedor */
      margin: 0 auto; /* Centra el contenedor horizontalmente */
      padding: 20px; /* Añade espacio alrededor del contenedor */
  }
      .box_event {
      width: 100%; /* Establece el ancho del cuadro al 100% del contenedor */
      max-width: 350px !important; /* Define un ancho máximo para el cuadro */
      margin: 0 auto; /* Centra el cuadro horizontalmente */
      padding: 5px; /* Añade espacio alrededor del cuadro */


      box-sizing: border-box; /* Incluye el borde en el ancho y alto del cuadro */
  }
  
  .verification-containers {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 79vh; /* Ajusta la altura según tus necesidades */
  }

  #canvas {
  position: fixed;
  top: 17%;
  left: 0;
  width: 100%;
  height: 60%;
}
  #video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
  animation: fadeOut 2s ease-in-out forwards;
}
#overlay_ic {

  top: 0;
  left: 0;
  width: 100%;
  height: 14%;
  color: white;
  padding: 2%!important;
  display: none;
  box-sizing: border-box;
  z-index: 2;
}
.video-document-containers {
  width: 100%;
  height: 100%!important;
  overflow: hidden;
  position: relative;

}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
  .centradoVideo{
     /* border: 2px solid maroon;*/
      width: 60%;
      height: 180px;
      position: absolute;
      top: 54%;
    
      transform: translate(-50%, -50%);
  }
  .centradoMarco{
      width: 60%;
     /* border: 2px solid yellow;*/
      position: absolute;
      top: 54%;
   
      transform: translate(-50%, -50%);
  }
  .centradoMarco img {
      width: 230px;
      height: 230px;
     /* border: 2px solid crimson;*/
  }
  .video-document-containers {
    width: 100%;
    height: 100%!important;
    overflow: hidden;
    position: relative;
 
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .video_document {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    filter: saturate(1.4) sepia(0.25) blur(6.5px) grayscale(0.3);
}
.video_face {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
}
  /* .guideline-rectangle {
    width: 90%!important;
    border-radius: .5rem;
    aspect-ratio: 427 / 270;
    box-shadow: 0 0 5px #0000667f;
    object-fit: cover;
} */
  .boton-con-sombra {
    padding: 10px 30px!important;
    font-size: 16px;
    color: #333; /* Color del texto */
    padding:8px;
    width:90% !important;
    height: 90%;
  }
  .custom-file-upload-modal {
    background-color: rgb(246, 248, 248) !important;
    color: #3498db;
    width:90% !important;
    height: 90%;
    padding: 8px !important;
    }

    .custom-file-track-modal {
      cursor: pointer;
      border: 1px solid rgb(16, 156, 127) !important;
      border-radius: 4px;
      background-color: #fff !important;
      color: rgb(16, 156, 127) !important;
      transition: background-color 0.3s, color 0.3s;
      box-shadow: 3px 3px 5px #f8efef;
      width:100% !important;
      padding:8px !important;
      }
    .container_event {
      width: 100%;
      max-width: 800px; /* Define un ancho máximo para el contenedor */
      margin: 0 auto; /* Centra el contenedor horizontalmente */
      padding: 20px; /* Añade espacio alrededor del contenedor */
  }
      .box_event {
      width: 100%; /* Establece el ancho del cuadro al 100% del contenedor */
      max-width: 350px !important; /* Define un ancho máximo para el cuadro */
      margin: 0 auto; /* Centra el cuadro horizontalmente */
      padding: 5px; /* Añade espacio alrededor del cuadro */


      box-sizing: border-box; /* Incluye el borde en el ancho y alto del cuadro */
  }
  
  .verification-containers {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 79vh; /* Ajusta la altura según tus necesidades */
  }

  #canvas {
  position: fixed;
  top: 17%;
  left: 0;
  width: 100%;
  height: 60%;
}
  #video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
  animation: fadeOut 2s ease-in-out forwards;
}
#overlay_ic {

  top: 0;
  left: 0;
  width: 100%;
  height: 14%;
  color: white;
  padding: 2%!important;
  display: none;
  box-sizing: border-box;
  z-index: 2;
}
.video-document-containers {
  width: 100%;
  height: 100%!important;
  overflow: hidden;
  position: relative;

}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
  .centradoVideo{
     /* border: 2px solid maroon;*/
      width: 60%;
      height: 180px;
      position: absolute;
      top: 54%;
    
      transform: translate(-50%, -50%);
  }
  .centradoMarco{
      width: 60%;
     /* border: 2px solid yellow;*/
      position: absolute;
      top: 54%;
   
      transform: translate(-50%, -50%);
  }
  .centradoMarco img {
      width: 230px;
      height: 230px;
     /* border: 2px solid crimson;*/
  }
}
#draw-canvas {
          border: 2px dotted #CCCCCC;
          border-radius: 5px;
          cursor: crosshair;
      }
      #draw-dataUrl {
          width: 100%;
      }
      #draw-canvas1 {
        border: 2px dotted #CCCCCC;
        border-radius: 5px;
        cursor: crosshair;
    }
    #draw-dataUrl1 {
        width: 100%;
    }
      .form-range {
          border: 1px solid #d8d6de;
          border-radius: 5px;
          padding: 9px 0px 0px 0px;
          height: 34px;
      }
      .overflow-historial {
          max-height: 100px;
          overflow-y: auto;
          overflow-x: hidden;
      }
      
      .progress-container {
  display: flex;
  align-items: center;
}



.step-circle {
  width: 35px;
  height: 35px;
  border-radius: 22%;
  background-color: #96a4e7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  margin: 0 10px;
  transition: background-color 0.3s;
  cursor: pointer;
  box-shadow: 2px 2px 4px #000000;
}

.step-line {
  width: 40px;
  height: 3.5px;
  background-color: #ccc;
  transition: background-color 0.3s;
}

.step-circle.actives, .step-circle:hover {
  background-color: #000066;
  color: #fff;
}

.step-line.actives, .step-line:hover {
  background-color: #000066;
}

.step-line.actives ~ .step-circle, .step-circle:hover ~ .step-circle {
  background-color: #000066;
}

.content-section {
  display: none;

}
.image-container {
          display: flex;
          align-items: center;
      }

      .image-container label {
          margin-right: 10px;
          cursor: pointer;
      }

      .image-container img {
          width: 100px;
          height: 100px;
          object-fit: cover;
          border-radius: 50%;
          margin-right: 10px;
      }

      .preview-button {
          width: 30px;
          height: 30px;
          border-radius: 50%;
          background-color: transparent;
          border:1px solid #00CFE8!important;
          color: #00CFE8;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
      }
      .image-icons{
          width: 25%;
      }

      @media(max-width:820px)
      {
          .image-icons{
          width: 75%;
      }
      }
      .image-icons-fluid{
          width: 18%;
      }
      @media(max-width:820px)
      {
          .image-icons-fluid{
          width: 50%;
      }
      }
      .images-container {
      display: flex;
      justify-content: center;
          }
      @media (max-width: 767px) {
      .images-container {
          display: flex; /* Mantener el display flex por defecto en pantallas pequeñas */
          flex-direction: column;
          align-items: center; /* Alinea los elementos en el centro verticalmente */
          margin-top: 2px;
           }
      } 
      .atitle {
        background-color: #f3f3f3 !important;
        border-bottom: 1px solid #e3e1e9 !important;
    }
    .form-group {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1rem;
      gap: 1rem;
      padding: 0 1rem;
  }
    .form-file {
      border: 1px solid #c6c6c6;
      border-radius: 5px;
      padding: 5px 10px;
      margin-bottom: 8px;
  }