body {
    font-size: 15px;
}

.btn-default {
    border: rgb(204, 204, 204) 1px solid !important;
}

.btn-default:hover {
    background-color: #5B697A !important;
    transition: all 0.1s linear;
    border: #5B697A 1px solid !important;
    transform: scale(1.05) !important; /* Aumenta la escala al 110% cuando se hace hover */
    color: white !important;
    /* margin: 0 10px;   */
}

.css-secondary {
    border: none;
    transition: all 0.1s linear;
}

.css-secondary:hover {
    background-color: rgb(155, 155, 155) ;
    border: none ;
    transition: initial 0.1s linear ;
    transform: scale(1.05) ; 
}

.btn-primary {
    background-color: rgb(0, 140, 216)!important;
    border: none;
    transition: all 0.1s linear;
    transform: scale(1);

}

.btn-primary:hover {
    background-color: #00a6ff!important;
    transition: all 0.1s linear;
    transform: scale(1.05); /* Aumenta la escala al 110% cuando se hace hover */
}

.btn-warning {
    border: none;
    transform: scale(1);
}

.btn-warning:hover {
    background-color: #ffe175 !important;
    transition: all 0.1s linear;
    transform: scale(1.05); /* Aumenta la escala al 110% cuando se hace hover */
}

.btn-info {
    border: none;
    transition: all 0.1s linear;
}

.btn-info:hover {
    background-color: #1ccfeb!important;
    transition: all 0.1s linear;
    transform: scale(1.05); /* Aumenta la escala al 110% cuando se hace hover */
}

.btn-success {
    border: none !important;
    transition: all 0.1s linear;
}

.btn-success:hover {
    background-color: rgb(0, 214, 0);
    transition: all 0.1s linear;
    transform: scale(1.05);
}

.btn-danger {
    border: none;
}

.btn-danger:hover {
    background-color: rgb(255, 79, 79);
    transition: all 0.1s linear;
    transform: scale(1.05);
    border: none;
}

#btn-sesion {
    color: #ffffff;
    font-size: 18px;
    transition: all 0.1s linear;
}

#btn-sesion:hover {
    color: #d4d4d4;
    transition: all 0.1s linear;
}

.css-card{
    box-shadow: 8px 8px 5px 0px #bdbdbdbf;
    border-radius: 10px;
}

.card .header, .modal-header{
    background-color: #5B697A !important;
    color: white;
}

.modal-header .close {
    color: white;
}

.table {
    border-radius: 5px;
}

.table thead {
    background-color: #E9ECEF;

}

.tbody-modal:hover {
    cursor:pointer;
    transform: translateX(10px);
    transition: all 0.1s linear;
}

.tbody-modal {
    transition: all 0.1s linear;
}

.fa-arrow-right {
    transform: scale(0.8);
}

.nav-licitacion, .hed{
    background-color: rgb(0, 140, 216) !important;
}

.periodo-1 {
    background-color: #ffe600 !important;
}

.periodo-2 {
    background-color: #d8d8d8!important;
    color: rgb(160, 160, 160);

}
.periodo-3 {
    background-color: rgba(255, 0, 0, 0.596)!important;
    color: white;
    font-weight: bold;
}

.periodo-4 {
    background-color: #50C878!important;
}
.vigente {
    background-color: #2fc051;
    font-weight: bold;
    width:20px;
    margin: 0 0;
    padding: 0 0;
    margin-right: 10px;
}

.pendiente {
    background-color: #ffe600;
    font-weight: bold;
    width:20px;
    margin: 0 0;
    padding: 0 0;
    margin-right: 10px;
    
}

.no-vigente {
    color: rgb(114, 114, 114);
    font-weight: bold;
}
.finalizado {
    background-color: #d8d8d8;
    font-weight: bold;
    width:20px;
    margin: 0 0;
    padding: 0 0;
    margin-right: 10px;
}

 
  .user-b img {
    float: left;
    height: 40px;
    width: 40px;
  }
  
  .user-b .username,
  .user-b .description,
  .user-b .comment {
    display: block;
  }
  
  .user-b .username {
    font-size: 16px;
    font-weight: 600;
    margin-top: -1px;
  }
  
  .user-b .description {
    color: #6c757d;
    font-size: 13px;
    margin-top: -3px;
  }
  
  .user-b.user-b-sm img {
    width: 1.875rem;
    height: 1.875rem;
  }
  
  .user-b.user-b-sm .username,
  .user-b.user-b-sm .description,
  .user-b.user-b-sm .comment {
    margin-left: 40px;
  }
  
  .user-b.user-b-sm .username {
    font-size: 14px;
  }

  #inicio {
    position: relative;
    width: 100%;
    height: 100vh; /* Ajusta según sea necesario */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#inicio::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/background_uct.jpg');
    background-size: cover;
    background-position: center;
    filter: blur(3px);
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.3); /* Color negro con 30% de transparencia */
  }
  
  .filter-login {
    position: relative;
    z-index: 1;
    background-color: rgba(170, 170, 170, 0.678);
    padding: 50px 70px;
    border-radius: 10px;
  }

  .card-preg {
    z-index: 1;
    background-color: rgba(78, 150, 233, 0.329);
    color: #fff;
    padding: 20px 15px;
    border-radius: 5px;
  }

/* .enlace {
    color: #008dda;
} */

.enlace:hover{
    cursor: pointer;
    text-decoration: underline;
}

#alert {
    background-color: #fffead91 !important;
    padding: 10px 10px;
}

.nav-etapas {
    background-color: rgb(0, 140, 216);
}

.nav-etapas a {
    color: white;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  
  .alert-heading {
    color: inherit;
  }
  
  .alert-link {
    font-weight: 700;
  }
  
  .alert-dismissible {
    padding-right: 4rem;
  }
  
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
  }
  
  .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
  }
  
  .alert-primary hr {
    border-top-color: #9fcdff;
  }
  
  .alert-primary .alert-link {
    color: #002752;
  }
  

  
  .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
  }
  
  .alert-success hr {
    border-top-color: #b1dfbb;
  }
  
  .alert-success .alert-link {
    color: #0b2e13;
  }
  

  
  .alert-info .alert-link {
    color: #062c33;
  }
  
  

  
 .alert-link {
    color: #533f03;
  }
  

  
  .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
  }
  
  .alert-light hr {
    border-top-color: #ececf6;
  }
  
  .alert-light .alert-link {
    color: #686868;
  }
  
  .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
  }
  
  .alert-dark hr {
    border-top-color: #b9bbbe;
  }
  
  .alert-dark .alert-link {
    color: #040505;
  }

/* Estilo spinner carga nueva postulacion */
  .fullscreen-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Asegúrate de que esté encima de otros contenidos */
  }
  
/* fin spinner carga */
  