.mdi-qrcode-scan {
    font-size: 100px;
  }

  .FechasPequenas{

    font-size: 14px;
    font-weight: bold;
    color: #7217b8;
  }

  .FechasGrises{
    font-size: 10px;
    color: #3f73a3;
  }

.TextoPequeno{

    font-size: 12px;
   
  }

  .Sala{
    font-size: 12px;
    font-style: italic;
    color: rgb(108, 108, 108);
  }

  .SalaBold{
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    color: rgb(76, 76, 76);
  }

  .Grisecito{

    color: #bebebe;
  }

  .TextoTipoDeConf{
    
    color: #6aa9e2;
    font-size: 10px;
  
    font-weight: bold;
  }

  .video-card-body {
    padding: 0;
  }

  
  ::-webkit-input-placeholder { /* WebKit browsers */
    color: #d6d6d6 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #d6d6d6 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #d6d6d6 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #d6d6d6 !important;
}

.datepicker{ z-index:99999 !important; }

.DescricpionPequenas{

  font-size: 11px;
  
}

.badge-grande-porcientos {
  font-size: 16px;
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.TextoBotonSubirDocto{
    
  color: #6aa9e2;
  font-size: 16px;
}

.TextoNotas{
  font-size: 12px;
  color: #69696a;
}

.ColorRojo{
  color: #f00909d9;
}

.ColorVerde{
  color: #07bb2e;
}

.ColorVerdecito{
  color: #34c854;
}

.AcotacionRespuestas{
  font-size: 14px;
  color: #c4c4c4;
  text-align: center;
}

.TituloExplicativoRespuestas{
  font-size: 18px;
  color: #5b5a5a;
  text-align: left;
  text-justify: auto;
}

.TituloConferenciaAsistentes{
  font-size: 22px;
  color: #292929;
}

.ColorVerdeSala{
  font-size: 14px;
  color: #07bb2e;
}

#popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.TitulosMenuRegistro {
  /* padding: 12px 20px!important; */
  /* letter-spacing: .05em; */
  pointer-events: none;
  cursor: default;
  font-size: 14px;
  font-weight: bold;
  color: #6e6e6e;
}

.text-center-titulo {
  display: flex;
  align-items: center;
}

.video-container {
  position: relative;
  padding-bottom: 25%; /* Esto establece la relación de aspecto (16:9) del iframe */
  padding-top: 25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-width-img {
  width: 100%;
  height: auto;
}

.btn-circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
  line-height: 35px;
  font-size: 20px;
}

.chapter {
  background-color: transparent; /* Fondo transparente por defecto */
}

.chapter-link {
  text-decoration: none; /* Quitar subrayado de enlace */
  color: inherit; /* Heredar el color del texto */
  display: block; /* Hacer que el enlace sea un bloque */
  transition: background-color 0.3s; /* Transición suave */
}

.chapter-link:hover {
  background-color: #d9d9d9; /* Color gris para el hover */
}

.TituloGrisDeshabilitado {

  color: #d8d8d8;

}

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-container {
  border-left: 1px solid #cfcfcf; /* Puedes ajustar el grosor y el color del borde según tus preferencias */
  padding-left: 15px; /* Agrega un espacio entre el borde y el contenido si lo deseas */
}

.textoSubrayado {
  text-decoration: underline;
}

.text-right {
  display: flex;
  align-items: right;
}

.TextoExplicativoGris{
  font-size: 14px;
  color: #717171;
  text-align: left;
}

.colorAreaRespuestas
{
  background-color: #f5f5f5;
  margin: 10px;
  padding: 20px;
}