.versionado-div {
    border-radius: 8px;
    padding: 4px;
    background-color: #E45D58;    
    margin: 0 auto;
    margin-top: -5.4rem;
    margin-bottom: 6rem;
    display: flex;
    justify-content: center;  /* Centra horizontalmente */
    align-items: center;      /* Centra verticalmente */
    height: 45px; 
    max-width: 270px;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.4);
}

.versionado-div:hover {
    background-color: white;
    color: #E45D58;
}  

.versionado {
  text-align: center;  
  display: flex;
  justify-content: center;  /* Centra horizontalmente */
  align-items: center;      /* Centra verticalmente */
  font-size: 18px;
  padding: 0;
  margin: 0;
}

.versionadolink {
  color: white;
  text-decoration: none;
  outline: none !important; /* Elimina el contorno azul */
  box-shadow: none !important; /* Elimina cualquier sombra */
  max-width: 270px !important;
}

.versionado-link:hover {
  text-decoration: underline !important;
  color: white !important;
}

.versionado-link:focus,
.versionado-link:active,
.versionado-link:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}



/* Estilos para pantallas pequeñas (hasta 576px) */
@media screen and (max-width: 575px) {


  .bienvenidainicio {

    margin-top: 1.6rem!important;
    font-size: 24px!important;

  }

  .fondoinicio1 {

      background-size: 150%!important;
      margin-top: 0rem!important;
      margin-left: -2.2rem!important;
      max-height: 200px!important;
  }

 .botonfuncion {
  

  margin-left: 0.8rem;
  margin-bottom: 6rem;
  height: 170px;
  
  
}

}

/* Estilos para pantallas medianas (576px - 768px) */
@media screen and (min-width: 576px) and (max-width: 768px) {

  .bienvenidainicio {

    margin-top: -4rem!important;
    font-size: 24px!important;

  }

  .fondoinicio1 {

      background-size: 180%!important;
      margin-top: -6.58rem!important;
      margin-left: -2.2rem!important;

  }
  .botonfuncion {
  margin-left: 0.8rem;
  margin-bottom: 6rem;
  height: 170px;
  
}
}

/* Estilos para pantallas grandes (768px - 992px) */
@media screen and (min-width: 768px) and (max-width: 992px) {

  .md-4 {

    padding-left: 1.7rem;

  }

  .botonfuncion {

  margin-bottom: 6rem;
  height: 170px!important;

}

  .botonfuncion span {
   margin-top: 5rem!important;
  font-size: 2px!important;

}

.botonfuncion p {
  margin-top: 2rem!important;
  font-size: 20px;

}

}

/* Estilos para pantallas extra grandes (más de 992px) */
@media screen and (min-width: 992px) {

  .botonfuncion {

  margin-bottom: 6rem;
  
}

}




// X-Large devices large desktops, 1200px and up
@media (min-width: 1200px) { 

  

 }

// XX-Large devices larger desktops, 1400px and up
@media (min-width: 1400px) { ... }




@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');



.center {

  text-align: center;
  align-content: center;



}

.img {

  max-width: 100%;

}


.imgcenter {

  max-width: 100%;
  display: block;
  margin: 0 auto;

}

h1 {
  font-size: ;
  font-weight: 600 !important;
  
}



.panel-izquierdo {

  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #E45D58;
  width: 80px!important;
  padding-top: 12px!important;
  margin-top: -1.5rem;
  z-index: 1;
  box-shadow: -2px 0 15px rgba(228, 93, 88, 0.9);


} 

.list-group {
  position: absolute;!important;
  top: 0!important;
  left: 0!important;
  bottom: 0!important;
  width: 235px!important;
  background-color: #E45D58!important;
  padding: 60px 8px 12px!important;
  border-radius: 0!important;
  z-index: 3!important;
  box-shadow: -2px 0 15px rgba(228, 93, 88, 0.9);

}

.list-group2 {
  position: relative;!important;
  top: 0!important;
  left: 0!important;
  bottom: 0!important;
  width: 350px!important;
  background-color: #E45D58!important;
  padding: 60px 8px 8px!important;
  border-radius: 0!important;
  z-index: 2!important;

}

.list-group3 {
  position: relative!important;
  top: 0!important;
  left: 0!important;
  bottom: 0!important;
  width: 65px!important;
  background-color: #E45D58!important;
  padding: 8px 8px!important;
  border-radius: 0!important;
  z-index: 4!important;

}

.list-group-item {
  min-width: 50px!important;
  margin: 0!important;
  background-color: transparent !important;
  border: none!important;
  color: #612220!important;
  padding: 2px 0.5px!important;
  padding-top: 0.15rem!important;
  margin-top: 17px!important;
  margin-left: 2px!important;

}


    .estado-activo {
      border: none;
      cursor: not-allowed; /* Cambia el cursor al pasar sobre el botón */
      padding: 5px 14px;
      font-size: 15px;
      font-weight: 700;
      border-radius: 5px;
      background-color: #EE7873; /* Color de fondo más brillante para indicar activo */
      color: white;
      margin: 0.65rem;
    }

    .estado-activo p {
      margin-top: -0.6rem!important;
      margin-bottom: 0.2rem;
    }

    .estado-inactivo {
      border: none;
      cursor: not-allowed; /* Cambia el cursor al pasar sobre el botón */
      padding: 5px 7px;
      font-size: 15px;
      font-weight: 700;
      border-radius: 5px; 
      color: #f44336; /* Color de fondo para indicar inactivo */
      background-color: white;
      margin: 0.65rem;
    }

    .estado-inactivo p {
      margin-top: -0.6rem!important;
      margin-bottom: 0.2rem;
    }



    .estadoLegajo {
      margin-top: 0.1rem;
      margin-bottom: -7.75rem;
      margin-left: 5rem;
    }



    .estado-activoLegajo {
      border: 2px solid white;
      cursor: not-allowed; /* Cambia el cursor al pasar sobre el botón */
      padding: 15px 26px;
      font-size: 17px;
      font-weight: 700;
      border-radius: 5px;
      background-color: #005e18; /* Color de fondo más brillante para indicar activo */
      color: white;
      margin: 0.65rem;
    }

    .estado-activoLegajo p {
      margin-top: -0.6rem!important;
      margin-bottom: 0.2rem;
    }

    .estado-inactivoLegajo {
      border: 2px solid white;
      cursor: not-allowed; /* Cambia el cursor al pasar sobre el botón */
      padding: 15px 17px;
      font-size: 17px;
      font-weight: 700;
      border-radius: 5px; 
      background-color: #dd0000; /* Color de fondo para indicar inactivo */
      color: white;
      margin: 0.65rem;

    }

    .estado-inactivoLegajo p {
      margin-top: -0.6rem!important;
      margin-bottom: 0.2rem;
    }





    .divAsistenciaPresente {
      display: flex;
      align-items: center; /* Para alinear verticalmente los elementos */
      font-weight: 700;
      color: #0b9300!important;
      border: 2px solid #0b9300;
      background-color: #f4fff3;
      border-radius: 10px;
      padding-inline: 4.6rem;
      padding-top: 0.9rem;
      margin: 0.5rem;
    }

    .divAsistenciaPresente span {
      margin-top: 0 !important;
      margin-right: 5px; /* Espacio entre el ícono y el texto */
      font-weight: 700;
    }

    .verde {
      color: #0b9300!important;
      font-family: 'Material Icons', sans-serif!important;
      font-size: 21px!important;
      margin-top: -2rem!important;
    }




    .divAsistenciaAusente {
      display: flex;
      align-items: center; /* Para alinear verticalmente los elementos */
      font-weight: 700;
      color: #930000!important;
      border: 2px solid #930000;
      background-color: #fff1f1;
      border-radius: 10px;
      padding-inline: 4.8rem;
      padding-top: 0.9rem;
      margin: 0.5rem;
    }

    .divAsistenciaAusente span {
      margin-top: 0 !important;
      margin-right: 5px; /* Espacio entre el ícono y el texto */
      font-weight: 700;
    }

    .rojo {
      color: #930000!important;
      font-family: 'Material Icons', sans-serif!important;
      font-size: 21px!important;
      margin-top: -2rem!important;
    }



    .divAsistenciaAusenteJustificado {
      display: flex;
      align-items: center; /* Para alinear verticalmente los elementos */
      font-weight: 700;
      color: #002693!important;
      border: 2px solid #002693;
      background-color: #eff3ff;
      border-radius: 10px;
      padding-inline: 1.55rem;
      padding-top: 0.9rem;
      margin: 0.5rem;
    }

    .divAsistenciaAusenteJustificado span {
      margin-top: 0 !important;
      margin-right: 5px; /* Espacio entre el ícono y el texto */
      font-weight: 700;
    }

    .azul {
      color: #002693!important;
      font-family: 'Material Icons', sans-serif!important;
      font-size: 21px!important;
      margin-top: -2rem!important;
    }





    .divAsistenciaX {
      display: flex;
      align-items: center; /* Para alinear verticalmente los elementos */
      font-weight: 700;
      color: #575757!important;
      border: 2px solid #575757;
      background-color: #f7f7f7;
      border-radius: 10px;
      padding-inline: 3.05rem;
      padding-top: 0.9rem;
      margin: 0.5rem;
    }

    .divAsistenciaX span {
      margin-top: 0 !important;
      margin-right: 5px; /* Espacio entre el ícono y el texto */
      font-weight: 700;
    }

    .gris {
      color: #575757!important;
      font-family: 'Material Icons', sans-serif!important;
      font-size: 21px!important;
      margin-top: -2rem!important;
    }




    .divAsistenciaPV {
      display: flex;
      align-items: center; /* Para alinear verticalmente los elementos */
      font-weight: 700;
      color: #c6b100!important;
      border: 2px solid #c6b100;
      background-color: #fffef3;
      border-radius: 10px;
      padding-inline: 2.6rem;
      padding-top: 0.9rem;
      margin: 0.5rem;
    }

    .divAsistenciaPV span {
      margin-top: 0 !important;
      margin-right: 5px; /* Espacio entre el ícono y el texto */
      font-weight: 700;
    }

    .amarillo {
      color: #c6b100!important;
      font-family: 'Material Icons', sans-serif!important;
      font-size: 21px!important;
      margin-top: -2rem!important;
    }



    .divAsistenciaAR {
      display: flex;
      align-items: center; /* Para alinear verticalmente los elementos */
      font-weight: 700;
      color: #e400e0!important;
      border: 2px solid #e400e0;
      background-color: #fff2ff;
      border-radius: 10px;
      padding-inline: 0.6rem;
      padding-top: 0.9rem;
      margin: 0.5rem;
    }

    .divAsistenciaAR span {
      margin-top: 0 !important;
      margin-right: 5px; /* Espacio entre el ícono y el texto */
      font-weight: 700;
    }

    .violeta {
      color: #e400e0!important;
      font-family: 'Material Icons', sans-serif!important;
      font-size: 21px!important;
      margin-top: -2rem!important;
    }







.list-group-item:hover span{
  color: #612220 !important;

}


.hidden {
  display: none!important;
  position: fixed!important;
  width: 200px!important;
    
}

.boton {
  background-color: transparent!important;
  border: none!important;
}




.fondoinicio1 {
  
  background-image: url('https://emmu.edusistema.com.ar/resources/img/imginicio.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 95.8vw;
  height: 460px;
  margin-left: -0.75rem;
  margin-top: -1rem;
  border-bottom: 1px solid white!important;

}


body {
  font-family: 'Montserrat', sans-serif!important;
  background-image: url('https://emmu.edusistema.com.ar/resources/img/backgroundadm.webp');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  background-attachment: fixed;
}


.divlogin {
  width: 30rem!important;
  height: 38rem!important;
  border-radius: 30px!important;
  background-color: black!important;
  border: none!important;
  box-shadow: 0 0 5px 1px #ffffff;
  padding-inline: 20px!important;
  padding-top: 20px!important;
  padding-bottom: 30px!important;
  margin-top: 1.4rem!important;
}



.divlogin p {

  color: #F4F4F4!important;
  font-size: 22px;
  font-weight: 500;
}

.divlogin input{
  height: 60px;
  border:none!important;
    box-shadow: none!important;
    border-radius: 10px;
}

.divlogin .remember{
  margin-top: 0.15rem;
  height: 15px!important;
  border:none!important;
    box-shadow: none!important;
    border-radius: 10px;
}



.botonaccionlogin {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 0.6rem;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #313131;}

.botonaccionlogin:hover {
    background-color: #d2d2d2;
    color: #000000;
}


.recordardatos{
  margin-top: 0.5rem!important;
  color: #F4F4F4;
  text-align: left!important;
  padding-left: 0.1rem;
}


.botonaccion {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 0.6rem;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F4F4F4;
  background-color: #A5413F;
}

.botonaccion:hover {
    background-color: #A32226;
}



.olvidar {
    color: #F4F4F4;
    font-size: 15px!important;
    font-weight: 400!important;
    margin-top: 0.85rem!important;
}

.olvidar:hover {
     text-decoration: underline;
}





.bienvenidainicio {
  margin-top: 2.3rem;
  margin-bottom: 3.3rem;
  font-size: 32px;
  color: #F4F4F4;
  font-weight: 600;

}

.botonfuncion {
  border-radius: 15px;
  border: 2px solid #F4F4F4;
  max-height: 190px;
  max-width: 190px;
  color: #F4F4F4F4;
  background-color: #E45D58;
  
  
}



.botonfuncion:hover {

box-shadow: 0 0 25px -5px #612220;

  
}

.botonfuncion span {
  font-size: 130px!important;
  margin-top: 6.05rem;
  color: #F4F4F4;
}

.botonfuncion p {
  margin-top: 3rem;
  font-size: 21px;
  font-weight: 400;
  color: #F4F4F4F4;
}


.tituloseccion {

  padding-left: 4.7rem!important;
  text-align: center;
  align-content: center;
  padding-top: 1rem;
  margin-bottom: 5px;
  font-size: 40px;
  color: #F4F4F4;

}


th {
  background-color: #481312!important;
  color: #F4F4F4!important;
  font-weight: 600!important;
  padding: 3px!important;
  border-bottom: 1px solid #FFA5A2!important;
  border-top: 1px solid #FFA5A2!important;
  text-align: center!important;
  vertical-align: middle!important;
  font-size: 17px!important;
  padding-top: 0.3rem!important;
  padding-bottom: 0.3rem!important;
  padding-inline: 0.3rem!important;
}


td {
  background-color: #7B2A28!important;
  color: #F4F4F4!important;
  font-weight: 500!important;
  border-bottom: 1px solid #FFA5A2!important;
  border-top: 1px solid #FFA5A2!important;
  text-align: center!important;
  vertical-align: middle!important;
  font-size: 17px!important;
  padding-top: 0.2rem!important;
  padding-bottom: 0.1rem!important;
  padding-inline: 0.1rem!important;
}


.table-bordered td, .table-bordered th {
  border-color: #FFA5A2 !important;

}


.material-icons2 {
  font-family: 'Material Icons', sans-serif;
  color: #F4F4F4;
  font-size: 45px!important;

}

.material-icons-small {
  font-family: 'Material Icons', sans-serif!important;
  color: #F4F4F4!important;
  font-size: 21px!important;
  margin-top: -2rem!important;
}

.botoneliminar {

  margin-left: -0.5rem;
  margin-right: -0.4rem;

}


.titulofuncion {

  font-size: 40px;
  color: #F4F4F4;
  font-weight: 600;
  text-align: center;


}

.tituloconicono {

  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.8rem;

}

.divbotonatras {

   margin-top: 2rem;
   margin-bottom: -4.2rem;
   margin-left: 2rem;
}

.botonatras {

  font-size: 35px!important;

}

.barrita {

  margin-top: -1.25rem;


}


.divinputfuncion {

    margin-top: -1.6rem;
    margin-bottom: 1.6rem;
}


.inputfuncion {

    background-color: #D7645B!important;
    border: none!important;
    height: 2rem!important;
    width: 600px!important;
    height: 50px!important;
    box-shadow: none!important;
    outline: none!important;
    color: #F4F4F4!important;
    border-radius: 60px;
    font-size: 20px;
    font-weight: 600;
    padding-left: 40px;

}


.inputfuncion::placeholder {
  
  color: #F4F4F4!important;

}



.legajoestudiante {

  width: 40vw;
  background-color: #EE7873 ;
  font-size: 30px;
  color: #F4F4F4;
  margin-left: 4rem;
  padding: 1.5rem;
  border-radius: 30px;
  box-shadow: 0 0 12px 7px #F29791;
  margin-top: 0rem;

}

.iconolenguajeestudiante {

  font-size: 210px!important;
  margin-top: -1rem;
  text-align: center;
  justify-content: center;

}



.nombrelegajo {

  color: #f4f4f4;
  font-weight: 800;
  margin-top: -2.5rem;
  font-size: 27px;
  margin-bottom: -0rem;

}


.textolegajoestudiante {

  font-size: 22px;
  font-weight: 400;
}


.textolegajoestudiante p {

  margin-block: 0.7rem!important;

}
  
.textolegajoestudiante b {
  color: #541817;
}  

.funcioneslegajoestudiantes {

  width: 45vw;
  position: absolute;
  margin-top: -42.5rem;
  margin-left: 59.5rem;
}

.diverror {
  padding: 0.5rem;
  margin-top: 14rem;
  justify-content: center;
  width: 40vw!important;
  background-color: #7B2A28;
  border-radius: 30px;
  box-shadow: 0 0 25px -5px #000000;

}


.diverror p {
  font-size: 18px;
  color: #F4F4F4;
  font-weight: 400;

}



.divcentrado {
  display: flex;
  justify-content: center;
  margin-left: -6.5rem;
  overflow-x: hidden;
}


.formularioLibres {

  width: 29vw;
  background-color: #964341;
  font-size: 16px;
  font-weight: 500;
  color: #F4F4F4;
  margin-left: 5rem;
  padding: 1.8rem;  
  border-radius: 30px;
  box-shadow: 0 0 15px 5px #ca9392;
  margin-top: 3.3rem;
  margin-bottom: 1.7rem;


}


.conteo {
  font-size: 60px;
  color: #7B2A28;
  font-weight: 700;
}


.formulario {

  width: 29vw;
  background-color: #EE7873;
  font-size: 16px;
  font-weight: 500;
  color: #F4F4F4;
  margin-left: 5rem;
  padding: 1.8rem;
  border-radius: 30px;
  box-shadow: 0 0 15px 5px #F29791;
  margin-top: 3.3rem;
  margin-bottom: 1.7rem;


}




.formulario button {

  margin-top: 1rem;
  width: 100%;
  font-size: 16px;


}



.formulario input{
  height: 35px;
  border:none!important;
    box-shadow: none!important;
    border-radius: 10px;
    font-size: 15px;

}


.formulario select {
  width: 100%;
  height: 35px;
  border:none!important;
    box-shadow: none!important;
    border-radius: 10px;
    font-size: 15px;

}

.alertainput {
    text-align: center;
    margin-top: 0.25rem;
    font-weight: 500;
    color: black;
    margin-bottom: -1.1rem;
}


/* Estilos para el select cuando está enfocado */
.formulario select:focus {
  width: 100%;
  height: 35px;
  border:none!important;
    box-shadow: none!important;
    border-radius: 10px;
    font-size: 15px;
    color: black;

}

/* Estilos para el select cuando se pasa el cursor sobre él */
.formulario select:hover {
  border: none;
  box-align: none;
  background-color: #7B2A28;
  color: #F4F4F4;
}


.formulario a:hover {
  text-decoration: none!important;
  color: #F4F4F4;
  
}


.botonformulario {
   width: 100%;
  border: none;
  border-radius: 10px;
  padding: 0.6rem;
  font-size: 24px;
  font-weight: 500;
  height: 45px;
  justify-content: center;
  align-items: center;
  color: #F4F4F4;
  background-color: #A5413F;
  margin-top: 1.7rem!important;

}


.botonAsistencia {
  border: none;
  border-radius: 10px;
  padding-inline: 0.9rem;
  padding-block: 0.7rem;
  font-size: 24px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  background-color: #fff5f5;
  color: #541817;
  margin-top: -2.3rem!important;
  margin-left: 16.8rem;
  border: 2px solid #541817;
}

.botonAsistencia:hover {
  color: #541817!important;
}



.botonAsistenciaIcon {
  font-family: 'Material Icons', sans-serif!important;
  font-size: 21px!important;
  margin-top: 0rem!important;
}



.botonrefresh {
  border: none;
  border-radius: 10px;
  padding-inline: 0.8rem;
  padding-bottom: 0.3rem;
  font-size: 24px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  color: #F4F4F4;
  background-color: #E45D58;
  margin-top: 0.3rem;
  margin-left: 1.15rem;
}

.botonrefresh:hover {
    background-color: #da4e49;
    text-decoration: none;
}




.botonformulario:hover {
    background-color: #A32226;
    text-decoration: none;
}



.form-group {

    margin-top: 1.4rem!important;

}


.form-groupinicial {

  margin-top: -0.3rem!important

}



.card-2 {
  height: 280px;
  width: 310px;
  background-color: #914745;
  padding: 10px;
  border: 4px solid white;
  margin-bottom: 90px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.card-title-2 {

  font-size: 80px;
  font-weight: 800;
  color: white;

}


.card-text-2 {

  font-size: 21px;
  font-weight: 400;
  color: white;

}





.card-3 {
  height: 280px;
  width: 410px;
  background-color: #914745;

  border: 4px solid white;
  margin-bottom: 40px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.card-title-3 {

  font-size: 100px;
  font-weight: 900;
  color: white;

}


.card-text-3 {
  margin-top: -10px;
  margin-bottom: -10px;
  font-size: 70px;
  font-weight: 400;
  color: white;

}



.card-text-4 {
  margin-top: -10px;
  margin-bottom: -10px;
  font-size: 45px;
  font-weight: 400;
  color: white;

}



.card-title-4 {
  font-size: 60px;
  font-weight: 600;
  color: white;

}





.card-4 {
  height: 280px;
  background-color: #914745;

  border: 4px solid white;
  margin-bottom: 40px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}



.card-5 {
  height: 160px;
  background-color: #914745;

  border: 4px solid white;
  margin-bottom: 40px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}



.card-6 {
  height: 240px;
  background-color: #914745;

  border: 4px solid white;
  margin-bottom: 40px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}



.card-title-6 {

  font-size: 100px;
  font-weight: 900;
  color: white;

}








.formularios {
      margin-top: 1rem;
      margin-left: 39.5rem;
      margin-bottom: -8rem;
    }



    .formularioActivo {
      border: 3px solid #005e18;
      cursor: not-allowed; /* Cambia el cursor al pasar sobre el botón */
      padding: 15px 25px;
      font-size: 17px;
      font-weight: 700;
      border-radius: 5px;
      color: #005e18; /* Color de fondo más brillante para indicar activo */
      background-color: white;
      margin: 0.65rem;
    }

    .formularioActivo p {
      margin-top: -0.6rem!important;
      margin-bottom: 0.2rem;
    }

    .formularioInactivo {
      border: 3px solid #dd0000;
      cursor: not-allowed; /* Cambia el cursor al pasar sobre el botón */
      padding: 15px 25px;
      font-size: 17px;
      font-weight: 700;
      border-radius: 5px; 
      color: #dd0000; /* Color de fondo para indicar inactivo */
      background-color: white;
      margin: 0.65rem;

    }

    .formularioInactivo p {
      margin-top: -0.6rem!important;
      margin-bottom: 0.2rem;
    }