body {
            background-image: url('../img/fondosv.jpg');
            background-repeat: repeat;
            height: 80vh;
            margin: 0;
        }
        .form-container { background-color: rgba(255, 255, 255, 0.9); border-radius: 1rem; padding: 2rem; margin: 2rem auto; max-width: 950px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
        .form-section { border: 2px solid #005875; border-radius: 0.75rem; padding: 1.5rem; margin-bottom: 2rem; }
.form-title, .form-subtitle, .form-description { text-align: center; color: #005875; }
        .form-title { font-size: 2rem; font-weight: bold; }
        .form-subtitle { font-size: 1.25rem; font-weight: 500; }
        .form-description { font-size: 1rem; margin-top: 0.5rem; margin-bottom: 2rem; }
        a {
    text-decoration: none;
}
 .logo{
     border-radius: 10px;
}  
.fondo{
    color: #005875;
    background-color: #F1F7FB;
}  
.base {
    
    background-color: #fff;
    scrollbar-color: #5D87FF #F5F5F5;
    border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  
}
.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;
   
}
.btn-logout {
    background-color: #ffc107;
    color: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 8px 18px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}
.btn-add {
  width: 45px;
  height: 40px;
  border-radius: 50%;
  background-color: orange;
  color: white;
  font-size: 28px;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  transition: all 0.3s ease;
}
.btn-add:hover {
    background-color: white;
    color: orange;
    transform: scale(1.1);
}
.div-container {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); 
    width: 100%;
  margin: 15px;
    margin: 0 auto;
}
.card-header {
    background-color: #fff;
    border-bottom: 1px solid #e3e6f0;
    padding: 0.75rem 1.25rem;
    color: orange;
}
 

.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; 
}

.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 */
    .main-header {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    font-family: 'Poppins', sans-serif;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .menu {
    list-style: none;
  }

  .menu-item > a {
    color: #5c3c2a;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease;
  }

  .menu-item:hover > a {
    color: #000000;
  }

  .dropdown {
    position: relative;
  }

  .submenu {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(6px);
    border-radius: 12px;
    padding: 10px 0;
    top: 100%;
    left: 0;
    min-width: 220px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    z-index: 999;
  }

  .dropdown:hover .submenu {
    display: block;
    animation: fadeInDown 0.3s ease-in-out;
  }

  .submenu li a {
    display: block;
    padding: 8px 20px;
    color: #804100;
    text-decoration: none;
    transition: background 0.3s ease;
  }

  .submenu li a:hover {
    background-color: #c89c80;
  }
/***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;
}

.form-control {
  max-width: 300px;
  margin: 10px auto;
  border: 2px solid #2c3e50;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 16px;
  box-shadow: none;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.form-group label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #2c3e50;
}

.form-control {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}


.linea {
  width: 0;
  height: 2px;
  background-color: #000;
  margin: 10px auto;
  animation: expandLine 1s forwards;
}

@keyframes expandLine {
  to {
    width: 50%;
  }
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
}

.form-row .form-group {
  flex: 1 1 calc(33.333% - 20px); /* 3 campos por línea */
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .form-row .form-group {
    flex: 1 1 100%; /* En pantallas pequeñas, un campo por línea */
  }
}

      