body {
            background-image: url('../img/fondosv.jpg');
            background-repeat: repeat;
            height: 80vh;
            margin: 0;
        }
 .logo{
    width: 410px;
    height: 140px;
    border: 2px solid rgb(21, 21, 21);
    border-radius: 30px;
}  
.fondo{
    color: #005875;
    background-color: #f5fdff;
}  

.inicio{
    border: 1px solid rgb(179, 172, 172);
    background-color: rgba(0, 0, 0, 0.444);
    padding: 30px;
    text-align: left;
       margin-top: 150px;
    border-radius: 15px;
   
}
#plantacert{
    height: auto;
    height: 370px;
}

.login{
    border: 1px solid rgb(179, 172, 172);
    background-color: rgb(255, 255, 255);
}
/***Botones***/
#IniSesion, #Registro{
    background-color: rgb(4, 114, 32);
    border: none;
    margin-top: 15px;
    margin-left: 35px;
}
.IniSesion1{
    border: none;
    margin-top: 15px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 25px;
    color: rgb(4, 114, 32);
}


#olvido{
    color: rgb(238, 10, 10);
    margin-top: 10px;
    cursor: pointer;
}
#linkRegistro{
    color: #d6e9c6;
    margin-top: 10px;
    cursor: pointer;
}
.register{
    display: none;
}
#correo1, #contraseña, #registro1{
    margin-left: 35px;
    margin-top: 10px;
}


.tipoPassword{
    font-size: 12px;
    width: 350px;
    color: rgb(88, 91, 93);
}
.blanco{
    border: 1px solid rgb(179, 172, 172);
    background-color: rgb(255, 255, 255);  
}
.tituloFormulario{

    width: auto;
    height: auto;
    border-radius: 15px;
    border: 1px solid rgb(179, 172, 172);
    padding: 10px;
    font-weight: bold;
    color: #ffab00;
}
.datos{
    background-color: white;
    width: 900px;
    height: auto;
    text-align: justify;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgb(29, 97, 2);
}
.user{
    
    font-weight: bold;
    font-size: 40px;
    color: black;
}
.datos1{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
    font-size: 25px;
}
/***INFORMACION A USUARIOS***/
.texto{
    margin: 30px;
}
.infoUsuarios{
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: 230px;
    margin-top: -60px;
}
.info-inicial {
    position: relative; 
}
#infoUs{
    display: none; 
    background-color: #eff0f1;
    padding: 20px;
    border: 1px solid #ccc;
    width: 450px;
    position: absolute; 
    margin-top: -40px;
    left: 40%;  
    transform: translateX(-15%); 
    z-index: 1000;
}
/***NOMBRE OPERADOR***/
#tipo_persona{
    width: 200px;
}
.nombre{
    margin-top: 15px;
    width: 400px;
}
.nombre1{
    width: 400px;
}
.logoUsuario{
    width: 200px;
    height: 200px;
    border: 2px solid rgb(21, 21, 21);
    border-radius: 100px;
}
.logoPersonal{
    width: 400px;
    height: 250px;
    border-radius: 15px;
    border: 2px solid rgb(21, 21, 21);
}

#registroPerfil{
    margin-top: 30px;
}
#registroPerfil1{
    margin-left: 40px;
    margin-top: 30px;
    background-color: rgb(8, 96, 80);
    border-color: rgb(8, 96, 80);
}
.cabecera{
  width: 100%;
  height: 100px;
  background-color: rgb(6, 112, 15);
  position: fixed;
  top: 0; 
  left: 0; 
  z-index: 1000; 
}
.logo{
  width: 60px;
  height: 60px;
}
.encabezado{
 
  height: 60px;
}
.logo1{
  width: 80px;
  height: 60px;
  margin-left: 20px;
}
.logotipos{
  float: right;
  margin-right: -180px;
  margin-top: 25px;
}
.mayabio{
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color:white;
  float: right;
  margin-right: 30px;
}
/***MENÃš LATERAL***/
.menu-btn {
    position: absolute;
    right: -14px;
    top: 3.5%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffffff;
    border: 2px solid #f6f6f6;
    border-radius: 4px;
    background-color: #000000;
  }
.user-img img{
    width: 45px;
    height: 45px;
    margin-top: 10px;
}
.title {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}
.iconos{
    width: 25px;
    height: 25px;
}
li:hover .iconos {
  filter: brightness(0); 
}
.sidebar {
  position: relative;
  left: 0; /* AlineaciÃ³n a la izquierda */
   top: 0;
  width: 256px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #000000;
  padding: 24px;
  transition: all 0.3s;
  z-index: 3000;
}
.sidebar .head {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.menu ul li {
  position: relative;
  list-style: none;
  margin-bottom: 12px;
}
.menu ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 8px;
  border-radius: 8px;
  transition: all 0.3s;
}

.menu {
  justify-content: center;  /* centra los elementos del menú */
  width: 100%;
}
.menu .menu-item a {
  text-decoration: none;
  color: #5c3c2a;
  font-weight: 500;
}
.menu .menu-item a:hover {
  color: #000;
}

.menu ul li > a:hover,
.menu ul li.active > a {
  color: #000;
  background-color: #f6f6f6;
}
.menu ul li .icon {
  font-size: 20px;
}
.menu ul li .text {
  flex: 1;
}
.menu ul li .arrow {
  font-size: 14px;
  transition: all 0.3s;
}
.menu ul li.active .arrow {
  transform: rotate(180deg);
}
.menu .sub-menu {
  display: none;
  margin-left: 20px;
  padding-left: 20px;
  padding-top: 5px;
  border-left: 1px solid #f6f6f6;
}
.menu .sub-menu li a {
  padding: 10px 8px;
  font-size: 13px;
}
.menu:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #f6f6f6;
}
.sidebar.active {
  width: 92px;
}
.sidebar.active .user-details {
  display: none;
}
.sidebar.active .menu ul li .arrow {
  display: none;
}
.sidebar.active .menu > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar.active .menu > ul > li > a .text {
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  border-radius: 4px;
  color: #fff;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 2000;
}
.sidebar.active .menu > ul > li > a .text::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 20%;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #000;
  transform: rotate(45deg);
  z-index: -1;
}
.sidebar.active .menu > ul > li > a:hover .text {
  left: 50px;
  opacity: 1;
  visibility: visible;
}
.sidebar.active .menu .sub-menu {
  position: absolute;
  top: 0;
  left: 20px;
  width: 200px;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #f6f6f6;
  background-color: #000000;
  box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.1);
}
/***PROCESO***/
.contenido {
  margin-top: 120px;
  width: auto;
  height: 80%;
    position: relative;
    width: auto;
    min-height: 80vh;
    max-height: 80vh;
    overflow-y: auto;
    scrollbar-width: thin;
    border-radius: 8px;
    transition: flex-grow 0.3s ease-in-out;
    
}
.pie{
   background-color: rgb(6, 112, 15);
    position: relative;
 
}
.titulo{
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 60px;
  font-weight: bold;
  color: rgb(0, 0, 0);
}
.subtitulo{
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 35px;
  color: rgb(29, 97, 2);
}
.titulo1{
  background-color: #d2d2d261;
}
.proceso{
  background-color: white;
  width: 900px;
  height: auto;
  padding: 20px;
  border-radius: 15px;
}

.instrucciones{
  background-color: white;
  width: 900px;
  height: auto;
  text-align: justify;
  padding: 10px;
  border-radius: 15px;
}
.datos{
  font-size: 16px;
}
.imageCertificado{
  width: 1100px;
  height: 500px;
}
.instrucciones2{
  width: 1100px;
  height: auto;
  background-color: white;
  text-align: justify;
  padding: 10px;
  border-radius: 15px;
}

@keyframes loading{
from{
transform: rotate(0turn);
}to{
transform: rotate(1turn);
}
}

/*/checkbox/*/
@supports(-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #f79148;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background .3s, border-color .3s, box-shadow .2s;
    &:after {
      content: '';
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s);
    }
    &:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    &:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: .9;
      &:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
      }
      & + label {
        cursor: not-allowed;
      }
    }
    &:hover {
      &:not(:checked) {
        &:not(:disabled) {
          --bc: var(--border-hover);
        }
      }
    }
    &:focus {
      box-shadow: 0 0 0 var(--focus);
    }
    &:not(.switch) {
      width: 21px;
      &:after {
        opacity: var(--o, 0);
      }
      &:checked {
        --o: 1;
      }
    }
    & + label {
      font-size: 14px;
      line-height: 21px;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      margin-left: 4px;
    }
  }
  input[type='checkbox'] {
    &:not(.switch) {
      border-radius: 7px;
      &:after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
      }
      &:checked {
        --r: 43deg;
      }
    }
    &.switch {
      width: 38px;
      border-radius: 11px;
      &:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0));
      }
      &:checked {
        --ab: var(--active-inner);
        --x: 17px;
      }
      &:disabled {
        &:not(:checked) {
          &:after {
            opacity: .6;
          }
        }
      }
    }
  }
  input[type='radio'] {
    border-radius: 50%;
    &:after {
      width: 19px;
      height: 19px;
      border-radius: 50%;
      background: var(--active-inner);
      opacity: 0;
      transform: scale(var(--s, .7));
    }
    &:checked {
      --s: .5;
    }
  }
}



.checkbox-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr); 
    gap: 10px; 
}





.checkbox-item {
    display: flex;
    align-items: center;  
    margin-bottom: 10px; 
}

.checkbox-item input[type="checkbox"] {
    margin-right: 10px; 
}


.checkbox-list {
    list-style-type: none;
    padding: 0;
}
.checkbox-list li {
    margin-bottom: 10px;
}
.checkbox-list input[type="checkbox"] {
    margin-right: 10px;
}
.checkbox-list label {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #007bff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #2990ff;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}


.titulo-formulario {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2c3e50;
}

.bloque-titulo {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.linea-container {
  display: block;
  width: 0;
  height: 3px ;
  background-color: #2c3e50;
  margin: 15px auto ;
  border-radius: 2px;
  animation: expandLine 1s forwards;
}

@keyframes expandLine {
  to {
    width: 50%;
  }
  
}

/* Botón Salir (desktop) */
.logout-btn .btn-logout,
.btn-logout {
  background-color: #ffc107 !important; /* amarillo */
  color: #fff !important;
  border: none !important;
  border-radius: 9999px !important;
  padding: .5rem 1rem !important;
  font-weight: 600 !important;
  line-height: 1.2;
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
}
.logout-btn .btn-logout:hover,
.btn-logout:hover {
  filter: brightness(0.95);
  text-decoration: none;
}


