.banner-register-cetpro {
    background-color: white;
}
/*.banner-register-cetpro .logo {
    background-image: none;
    position: absolute;
    top: 40px;
    right: 10px;
    width: 100px;
}*/
.banner-register-cetpro .banner-info {
    padding: 40px 50px 40px 15px;
    width: calc(100% - 120px);
    max-width: 480px !important;
    color: white;
    font-weight: bold;
    background-color: var(--cyan);
    background: linear-gradient(
        90deg,
        rgba(3, 150, 192, 1) 0%,
        rgba(3, 150, 192, 1) 80%,
        rgba(45, 188, 227, 1) 100%
    );
    border-radius: 0 170px 0 0;
}
.banner-register-cetpro .banner-info h2 {
    font-size: 1rem;
    margin-bottom: 20px;
}
.banner-register-cetpro .banner-info p {
    font-size: 0.8rem;
    font-weight: normal;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .banner-register-cetpro .logo {
        top: 45px;
        right: 10px;
        width: 150px;
    }
    .banner-register-cetpro .banner-info {
        padding: 50px 80px 50px 10px;
        width: calc(100% - 160px);
        max-width: 540px !important;
        border-radius: 0 240px 0 0;
    }
    .banner-register-cetpro .banner-info h2 {
        font-size: 1.25rem;
    }
    .banner-register-cetpro .banner-info p {
        font-size: 0.9rem;
        max-width: 350px;
    }
}

@media (min-width: 768px) {
    .banner-register-cetpro .logo {
        top: 45px;
        right: 40px;
        width: 150px;
    }
    .banner-register-cetpro .banner-info {
        padding: 60px 80px 60px 40px;
        width: 76%;
        max-width: none !important;
        border-radius: 0 240px 0 0;
    }
    .banner-register-cetpro .banner-info h2 {
        font-size: 1.5rem;
    }
    .banner-register-cetpro .banner-info p {
        font-size: 1rem;
        max-width: 430px;
    }
}

@media (min-width: 992px) {
    .banner-register-cetpro .logo {
        top: 50px;
        right: 60px;
        width: 182px;
    }
    .banner-register-cetpro .banner-info {
        padding: 60px 100px 60px 50px;
        width: 70%;
        max-width: none !important;
        border-radius: 0 240px 0 0;
    }
    .banner-register-cetpro .banner-info h2 {
        font-size: 1.7rem;
    }
    .banner-register-cetpro .banner-info p {
        font-size: 1.1rem;
        max-width: 480px;
    }
}

@media (min-width: 1200px) {
    .banner-register-cetpro .logo {
        top: 50px;
        right: 80px;
        width: 200px;
    }
    .banner-register-cetpro .banner-info {
        padding: 60px 140px 60px 60px;
        width: 70%;
        max-width: none !important;
        border-radius: 0 220px 0 0;
    }
    .banner-register-cetpro .banner-info h2 {
        font-size: 2rem;
    }
    .banner-register-cetpro .banner-info p {
        font-size: 1.2rem;
        max-width: 540px;
    }
}

@media (min-width: 1400px) {
    .banner-register-cetpro .logo {
        top: 54px;
        right: 100px;
        width: 210px;
    }
    .banner-register-cetpro .banner-info {
        padding: 60px 100px 60px 90px;
        width: 68%;
        border-radius: 0 235px 0 0;
    }
    .banner-register-cetpro .banner-info h2 {
        font-size: 2.2rem;
    }
    .banner-register-cetpro .banner-info p {
        font-size: 1.3rem;
        max-width: 570px;
    }
}

/* Breadcrumb Cetpros 2025 */
.bredcrumb.cetpro .active a {
    background-color: var(--cyan) !important;
}

.r-card .title.cetpro {
    background-color: var(--cyan) !important;
}

.rotulo {
    border-radius: 10px !important;
}

.r-label {
    color: var(--cyan-2) !important;
}

.border-cyan {
    border-bottom: 1px solid #0aa9e055 !important;
}

/* Modal Generator IA Cetpros 2025 */
.cajatexto_respuesta {
    width: 96%;
    border: 3px solid #3949ab;
    border-radius: 8px;
    margin: 5px;
    height: 65px;
    outline: none;
    margin: 1px 15px 15px 15px;
}

.text_anexo {
    color: #3949ab;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
        255,
        255,
        255,
        0.8
    ); /* Fondo blanco semitransparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-content {
    text-align: center;
    margin-top: 200px;
    font-size: 16px;
    font-weight: bold;
    color: #3949ab;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px auto; /* Centra y separa del texto */
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Upload files Cetpros 2025 */
.postulation-files-container {
    width: 100% !important;
}
.upload-progress-info {
    border: 1px solid var(--cyan) !important;
    border-radius: 10px !important;
    padding: 10px !important;
    margin-bottom: 20px !important;
}
.upload-section {
    width: 100% !important;
    margin-bottom: 20px !important;
    padding: 10px 20px;
    background-color: #a0d60011;
    border: 1px solid #a4b84466;
    border-radius: 10px;
}

.file-item {
    border: 1px solid var(--cyan) !important;
    border-radius: 10px !important;
    padding: 6px !important;
    margin-bottom: 10px !important;
}
.file-item a.link {
    display: block;
    word-wrap: break-word;
    max-width: 100%;
    color: var(--cyan-2) !important;
    background-color: #3498db11 !important;
    padding: 6px 8px !important;
    border: 1px solid #3498db33 !important;
    border-radius: 10px;
}
.file-item a.link:hover {
    text-decoration: none !important;
    background-color: #3498db22 !important;
}
.file-item .file-meta {
    line-height: 1.1rem;
}
.file-item .btn-delete {
    color: #bb0000 !important;
    text-decoration: none;
    border: none;
    background-color: transparent;
}
.file-item p {
    margin-bottom: 8px !important;
}

/* Footer Cetpros 2025 */
.bg-footer {
    background-color: var(--cyan) !important;
}


.select2-container .select2-selection--single {
    height: 40px !important;
    background-color: #f4f4f4;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-size: 0.95em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 30px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 15px;
    padding-right: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #333;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable
{
    background-color: var(--cyan) !important;
}
.select2-container--default .select2-results__option--selected {
  background-color: #d3eaff !important;
}

.form-check-input:checked {
  background-color: #54afff;
  border-color: #29b0ea;
}
.form-check-input {
  border: 2px solid #b4ebff;
}
.form-check-input:focus {
  box-shadow: 0 0 0 .25rem #4dd0ff3b;
}

.bg-banner-register{
    background-image: none !important;
    background:linear-gradient( 90deg, rgb(3, 150, 192) 0%, rgb(3, 150, 192) 45%, rgb(255, 255, 255) 70% ) !important;
}

/* Bredcrumb */
.bredcrumb .active a{
    background: none;
    background-color: var(--cyan);
    color: white;
}


/* Evaluación - evidencias */
.p-response ul{
    padding: 0 !important;
}
.block-file{
    margin: 10px 5px;
    background-color: #f1faff;
    border: 1px solid #a7e6ff;
    padding: 10px 15px;
    border-radius: 10px;
}

.scale-slider-value-label {
    background-color: #0b97cf !important;
}

.scale-slider-button {
    background-color: #0b97cf !important;
}

.scale-slider-track {
    background-color: #ddecf3 !important;
}

.scale-slider-mark.active .scale-slider-mark-dot {
    background-color: #0b97cf !important;
}

.scale-slider-progress {
  background-color: #0b97cf !important;
}

.header-level {
    color: #0b97cf !important;
}

.btn-white, .btn-white:hover {
    border: 1px solid var(--cyan-2) !important;
    color: var(--cyan-2)
}