﻿@ -1,2321 +1,512 @@
﻿@font-face {
    font-family: "newsbt";
    src: url('../fonts/NEWS706BOLDBT.TTF') format('TrueType');
}

@font-face {
    font-family: "newsbt-regular";
    src: url('../fonts/news706bt.ttf') format('TrueType');
}


@font-face {
    font-family: "gotham-light";
    src: url('../fonts/GOTHAM-LIGHT.TTF') format('TrueType');
}

@font-face {
    font-family: "gotham-book";
    src: url('../fonts/GOTHAM-BOOK.OTF') format('opentype');
}

@font-face {
    font-family: "futura-std-extra-bold-condensed-oblique";
    src: url('../fonts/FuturaStdExtraBoldCondensedOblique.otf') format('opentype');
}

@font-face {
    font-family: "futura-std-bold-condensed-oblique";
    src: url('../fonts/FuturaStdBoldCondensedOblique.otf') format('opentype');
}

@font-face {
    font-family: "inter-bold";
    src: url('../fonts/Inter-Bold.ttf') format('TrueType');
}

@font-face {
    font-family: "gotham-medium";
    src: url('../fonts/GOTHAM-MEDIUM.TTF') format('TrueType');
}

.login-sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-sideimage-container {
    min-height: calc(100vh - 160.78px);
    align-items: flex-end;
    padding: 0px;
    position: relative;
    /*background: url("../../img/proceso2026_2027/fondo_ondas.svg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*
.login-sideimage-container::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 10px;
    background: linear-gradient(to bottom, rgba(255, 243, 206, 0) 30%, #E59B07 100%);
}

.login-sideimage-container::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 10px;
    background: linear-gradient(to top, rgba(255, 243, 206, 0) 30%, #472611 100%);
}*/

.imagen-login-p1 {
    display: none;
}

.imagen-login-p2 {
    display: none;
}

.login-image-full {
    display: block;
    padding-right: 30px;
}

.header-tabla {
    background-color: #B72E76; /*ROSA*/
    
    /*background-color: #5B2368 /*MORADO*/
}
.header-tabla th {
    color: white; /*ROSA*/
    /*background-color: #5B2368 /*MORADO*/
}

@media screen and (max-width: 1700px) and (min-height: 1000px) {
    .login-image-full {
        display: none;
    }

    .imagen-login-p1 {
        display: block;
        height: auto;
        max-height: 30vh;
        max-width: 80%;
        padding-top: 30px;
        padding-bottom: 30px;
        object-fit: contain;
    }
    
    .imagen-login-p2 {
        display: flex;
        flex-direction:column;
        justify-content: center;
        max-height: 20vh;
        max-width: 100%;
        padding-right: 20px;
        object-fit: contain;
    }

        .imagen-login-p2.imagen-convocatoria {
            display: flex;
            flex-direction: column;
            justify-content: center;
            max-height: 15vh;
            max-width: 80%;
            padding-right: 20px;
            object-fit: contain;
        }
        .imagen-login-p2.personas {
            display: flex;
            flex-direction: column;
            justify-content: center;
            max-height: 35vh;
            max-width: 70%;
            padding-right: 20px;
            object-fit: contain;
        }

    .login-sideimage-container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: column;
        max-height: calc(100vh - 260px);
    }
}


.login.form-container .container {
    max-width: unset;
    padding: 0px;
}

.login.form-container .row {
    padding: 0px;
    margin: 0px;
}

.login .login-title-part1 {
    font-family: "inter-bold";
    font-weight: 800;
    color: black;
    font-size: 0.8em;
}

.login .login-title-part2 {
    font-family: futura-std-bold-condensed-oblique;
    font-size: 1.5em;
    color: #531e00;
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
}

.login .login-title-first-comma {
    object-fit: fill;
    height: 10px;
    margin-right: 30px;
    position: absolute;
    top: 0;
    left: 0px;
}

.login .login-title-second-comma {
    object-fit: fill;
    height: 10px;
    transform: rotate(180deg);
    margin-left: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.login .login-title-part3 {
    position: relative; 
    font-weight: 800;
    line-height: 2em;
    white-space: nowrap;
    font-weight: normal;
    border: 1.8px solid #E59B07;
    border-radius: 8px;
    padding: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.login .login-title-part3-25 {
    font-family: inter-bold;
    position: relative; 
    font-size: 0.9rem;
    border: 1.5px solid #531e00;
    border-radius: 0 22px 0 22px;
    padding: 8px 22px;
}

.login .login-title-part4-25 {
    font-size: 0.9;
    text-align: center;
    padding-top: 35px;
}

.login .login-title-part4-25-p2 {
    font-weight: bold;
}

.login .login-title-part4-25-p3 {
    font-weight: bold;
    color: #E59B07;
}

.login .login-title-part3::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 1.8px solid #531e00;
    border-radius: 8px;
}

.login .login-title-part5 {
    font-family: 'newsbt';
    font-size: 1.1em;
    color: black;
}

@media only screen and (max-width: 330px) {
        
    .login .login-title-part3-25 {
        border: none; 
    }

    .login .login-title-part2 {
        padding-left: 0;
        padding-right: 0;
    }

    .login .login-title-first-comma {
        display: none;
    }
    
    .login .login-title-second-comma {
        display: none;
    }

    .login .login-title-part1 {
        font-size: 0.75em;
    }    
}

@media only screen and (max-width: 380px) {
    .login-img {
        max-width: 100px;
    }

    .login .login-title-part2 {
        font-size: 1.1em;
    }

    .login .login-title-part3 {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 425px) {
    .login .login-title-part2 {
        font-size: 1.2em;
    }
}

.login .login-iniciar-sesion {
    font-family: 'gotham-light';
    font-weight: 800;
    font-size: 17px;
}

.btn {
    margin-bottom: 7px;
    color: white !important;
}

.form-input-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .form-input-container .input-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin-bottom: 13px;
        height: 100%;
    }


.highlighted-strong {
    color: gray;
}

.contenidoText {
    word-break: break-word;
    margin-left: 15px;
    margin-right: 15px;
}

.contenido {
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: 100px;
    margin-right: 100px;
}

.panelCaptura {
    width: 100%;
    max-width: 2000px;
}

@media screen and (max-width: 1900px)  {
    .login-sideimage-container {
        min-height: calc(100vh - 192.78px);
    }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .contenido {
        margin-left: 90px;
        margin-right: 90px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .contenido {
        margin-left: 70px;
        margin-right: 70px;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .contenido {
        margin-left: 70px;
        margin-right: 70px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .img-fluid {
        max-width: 50%;
        height: auto;
    }

    .contenido {
        font-size: 13px;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.colorText {
    color: #929090;
}

.btn-default-gris {
    color: #fff;
    background-color: #7F7F7F;
    border-color: #7F7F7F;
}

    .btn-default-gris:disabled, .btn-default-gris[readonly], .btn-default-gris.disabled {
        background-color: gainsboro;
        border-color: gainsboro;
        opacity: 1;
    }

    .btn-default-gris:hover {
        color: #fff;
        background-color: #7F7F7F;
        border-color: #7F7F7F;
    }

    .btn-default-gris:active {
        color: #fff;
        background-color: #7F7F7F;
        border-color: #7F7F7F;
    }

    .btn-default-gris:target {
        color: #fff;
        background-color: #7F7F7F;
        border-color: #7F7F7F;
    }

.btn-default-succes {
    color: #fff;
    /*background-color: #5B2368;*/
    background: linear-gradient(135deg, #5B2368, #8A8D91);
    border-color: #5B2368;
}

    .btn-default-succes:hover {
        color: #fff;
        /*background-color: #5B2368;*/
        background: linear-gradient(135deg, #5B2368, #5F6368);
        border-color: #5B2368;
    }

    .btn-default-succes:active {
        color: #fff;
        /*background-color: #5B2368;*/
        background: linear-gradient(135deg, #5B2368, #5F6368);
        border-color: #5B2368;
    }

    .btn-default-succes:target {
        color: #fff;
        /*background-color: #5B2368;*/
        background: linear-gradient(135deg, #5B2368, #5F6368);
        border-color: #5B2368;
    }

.btn-default-guardar {
    color: #fff;
    /*background-color: #E59B07;*/
    /*background-color: #E59B07;*/
    /*background: linear-gradient(135deg, #5B2368 0%, #B72E76 100%);*/
    background: linear-gradient(to right, #5B2368, #8A2A6F, #B72E76);
    /*border-color: #E59B07;*/
    border: 0px solid;
    border-image: linear-gradient(to right, #5B2368, #8A2A6F, #B72E76) 1;
}

    .btn-default-guardar:hover {
        color: #fff;
        /*background-color: #E59B07;*/
        background: linear-gradient(to right, #5B2368, #8A2A6F, #B72E76);
        /*border-color: #E59B07;*/
        border: 0px solid;
        border-image: linear-gradient(to right, #5B2368, #8A2A6F, #B72E76) 1;
    }

    .btn-default-guardar:active {
        color: #fff;
        /*background-color: #E59B07;*/
        background: linear-gradient(to right, #5B2368, #8A2A6F, #B72E76);
        /*border-color: #E59B07;*/
        border: 0px solid;
        border-image: linear-gradient(to right, #5B2368, #8A2A6F, #B72E76) 1;
    }

    .btn-default-guardar:target {
        color: #fff;
        /*background-color: #E59B07;*/
        background: linear-gradient(to right, #5B2368, #8A2A6F, #B72E76);
        /*border-color: #E59B07;*/
        border: 0px solid;
        border-image: linear-gradient(to right, #5B2368, #8A2A6F, #B72E76) 1;
    }

.btn-default-capturada {
    color: #fff;
    background-color: #BF8105;
    border-color: #BF8105;
}

    .btn-default-capturada:hover {
        color: #fff;
        background-color: #BF8105;
        border-color: #BF8105;
    }

    .btn-default-capturada:active {
        color: #fff;
        background-color: #BF8105;
        border-color: #BF8105;
    }

    .btn-default-capturada:target {
        color: #fff;
        background-color: #BF8105;
        border-color: #BF8105;
    }

.ph-center::-webkit-input-placeholder {
    text-align: center;
}

.default-mt {
    margin-top: 25px;
}


.tMenu {
    height: 110px;
    color: white !important;
    border-radius: 20px;
}

.menuStrong {
    font-weight: bold;
    color: white;
}

.tituloMenu.secondary {
    background-color: #E59B07;
}

.tituloMenu {
    background-color: #5B2368;
    font-size: 18px;
    color: white;
    font-family: Helvetica;
    font-weight: 600;
    text-align: center;
    display: flex;
    min-height: 28px;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.tituloReporteBoton {
    background-color: #989898;
    font-size: 18px;
    color: white;
    font-family: Helvetica;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    cursor: pointer;
}

    .tituloReporteBoton label {
        cursor: pointer;
    }

    .tituloReporteBoton.finished {
        background-color: #c5a000;
    }

    .tituloReporteBoton:hover {
        opacity: 0.9;
    }

.tituloMenu span {
    margin-top: 1px;
    margin-right: 5px;
    margin-left: 5px;
}

@media screen and (max-width: 992px) {
    .tituloMenu {
        font-size: 17px;
        min-height: 24px;
        height: fit-content;
    }
}

@media screen and (max-width: 425px) {
    .tituloMenu span {
        margin-top: 0px;
    }
}

.tituloSubMenu {
    background: #BFBFBF;
    border-radius: 10px;
    color: white;
    text-align: center;
}

.lbl {
    /*font-size: 15px;*/
    font-weight: bold;
}

.lblBold {
    font-size: 18px;
}

.lblMid {
    font-size: 16px;
}


.marginIcon {
    margin-top: 5px;
}

.multiselect-selected-text {
    /*width: 50px !important;*/
    display: none;
}

.espacioMenu {
    padding-top: 8px;
    margin-left: 14px;
}

.estiloMenu {
    height: 45px !important;
    background-color: #BF8105;
    color: #fff;
}

/*HEADER*/

.header-img {
    width: 100%;
    max-width: 1440px;
}

.header-main-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #592467;
}


.header-info-container {
    justify-content: flex-end;
    background-color: #592467;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: 'gotham-light';
    width: 100%;
    max-width: 2100px;
    align-items: stretch;
    z-index: 3;
}

.header-info-email-container {
    display: flex;
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;
    justify-content: center;
    flex: 1;
    align-items: center;
}

.header-info-salir-container {
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid white;
    border-left: 1px solid white;
}

.header-info-salir-button {
    vertical-align: middle;
    color: #fff;
    font-size: 25px;
}

.salir-button {
    width: 100%;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    color: #fff;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.3s;
}

/*    .salir-button:hover {
        cursor: pointer;
        background-color: #703a1b;
        transition: background-color 0.3s;
    }*/

    .salir-button i {
        font-size: 17px;
    }

.ayuda-button {
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    color: #fff;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.3s;
}

    .ayuda-button:hover {
        cursor: pointer;
        background-color: #221E4C;
        transition: background-color 0.3s;
    }

    .ayuda-button i {
        font-size: 17px;
    }

.ayuda-header-text {
    color: #fff;
    margin-left: 5px;
}

.salir-header-text {
    color: #fff;
    margin-left: 5px;
}

.header-info-ayuda-container {
    display: flex;
    align-items: center;
    justify-content: center;
/*    border-right: 1px solid white;
    border-left: 1px solid white;*/
    padding-right: 10%;
}

.header-info-ayuda-button {
    vertical-align: middle;
    color: #fff;
    font-size: 25px;
}

.header-info-salir-button {
    vertical-align: middle;
    color: #fff;
    font-size: 25px;
}

@media screen and (max-width: 2100px) {
    .header-info-ayuda-container {
        border-left: none;
    }

    .header-info-salir-container {
        border-right: none;
    }
}



.header-info-email {
    text-align: center;
    font-size: 1em;
    color: #fff;
    word-break: break-all;
}

@media screen and (max-width: 992px) {
    .panel-body {
        min-height: calc(100vh - 171.78px);
    }
}


@media screen and (max-width: 550px) {
    .ayuda-button {
        padding-left: 10px;
        padding-right: 10px;
    }

    .salir-button {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 425px) {
    .ayuda-button {
        flex-direction: column;
        font-size: 0.8em;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
    }

        .ayuda-button i {
            font-size: 15px;
        }

    .salir-button {
        flex-direction: column;
        font-size: 0.8em;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
    }

        .salir-button i {
            font-size: 15px;
        }

    .ayuda-header-text {
        color: #fff;
        margin-left: 0px;
        margin-bottom: 1px;
    }

    .salir-header-text {
        color: #fff;
        margin-left: 0px;
        margin-bottom: 1px;
    }

    .header-info-email-container {
        margin-left: 6px;
        margin-right: 6px;
    }

    .header-info-email {
        margin-left: 0px;
        font-size: 0.85em;
    }
}


@media screen and (max-width: 375px) {

    .header-info-email {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 360px) {
    .header-info-email {
        font-size: 0.77em;
    }
}

.header-container {
    width: 100%;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 8px 20px;
    box-sizing: border-box;
}

/* Mantener proporciones */
.header-left,
.logo-ietam,
.header-right {
    display: block;
    width: auto;
    object-fit: contain;
}

/* Decorado izquierdo */
.header-left {
    height: 100px;
}

/* Logo central */
.logo-ietam {
    height: 90px;
}

/* Elecciones */
.header-right {
    height: 102px;
}

@media (max-width: 768px) {

    .logo-ietam,
    .header-right {
        display: none;
    }

    .header-container {
        padding: 0;
        min-height: auto;
        overflow: hidden;
    }

    .header-left {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 120px; /* ajusta según necesites */
        object-fit: contain;
    }
}

@media (max-width: 680px) {
    .header-container {
        height: 145px;
    }
}

.header-container.seccion-bienvenida {
    padding-bottom: 10px;
}

/*.header-container.seccion-bienvenida::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(to right, #E59B07 0%, rgba(255, 255, 255, 0) 50%, #E59B07 100%);  
}*/

.header-container::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
}

.header-container .header-secondary-container {
    width: 100%;
    max-width: 2180px;
    display: flex; 
}

        .header-container .header-secondary-container .header-title-container {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            margin-right: 10px;
        }

.header-title-container span.header-title-part1 {
    font-family: "inter-bold";
    padding-left: 50px;
    font-weight: bolder;
    color: black;
    font-size: 0.9rem;
}

.header-title-container span.header-title-part1-mobile {
    display: none;
    font-family: "gotham-light";
    font-weight: 800;
    color: black;
    font-size: 1em;
}


.header-title-container span.header-title-part2 {
    padding-left: 47px;
    font-family: futura-std-bold-condensed-oblique;
    color: #531e00;
    font-size: 2.7rem;
    line-height: 2.7rem;
}

.header-title-container span.header-title-part2-xs-mobile {
    display: none;
    font-family: futura-std-bold-condensed-oblique;
    color: #531e00;
}

.header-title-container .header-title-part3 {
    position: relative; 
    line-height: 2em;
    white-space: nowrap;
    border: 1.8px solid #531e00;
    border-radius: 0 15px 0 15px;
    padding: 0px 16px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    font-weight: 500;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: none;
    padding-left: 52px;
    padding-right: 20px;
}

/*
.header-title-container .header-title-part3::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 1.8px solid #531e00;
    border-radius: 8px;
    pointer-events: none; 
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: none;
}*/

.header-title-container .header-title-part3 .header-title-part3-rombo {
    max-width: 13px;
    margin-left: 4px;
    margin-right: 7px;
}

.header-title-container .header-title-part4 {
    margin-left: 5px;
    color: #E59B07;
}

.header-logos-container img.ietam-logo {
    width: 100px;
    padding-right: 20px;
    z-index: 2;
}

.header-logos-container img.proceso-logo {
    width: 215px;
    padding-right: 50px;
    z-index: 2;
}

@media screen and (min-width: 1450px) {
    .header-title-container .header-title-part3 {
        margin-left: 55px;
        padding-left: 11px;
        border-radius: 0 15px 0 15px;
        border-left: 1.8px solid #531e00;
    }

    .header-title-container .header-title-part3::before {
        border-radius: 5px;
        border-left: #531e00;
        border-left: 1.8px solid #531e00;
    }

    .header-title-container span.header-title-part2 {
        font-size: 3rem;
    }
    
    .header-title-container span.header-title-part1 {
        font-size: 1.2rem;
    }

    .header-logos-container img.ietam-logo {
        width: 130px;
    }
    
    .header-logos-container img.proceso-logo {
        width: 245px;
    }
}

.header-title-container span.header-title-part5 {
    color: black;
    font-family: newsbt;
    font-size: 1.6em;
    margin-left: 10px;
}

.header-container .header-secondary-container .header-logos-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-container img.header-dots-bg {
    z-index: 1;
    height: 100%;
    max-height: 150px;
    position: absolute;
    top: 0;
    right: 0;
}


@media screen and (max-width: 1140px) {

    .header-title-container span.header-title-part1 {
        padding-left: 35px;
        font-size: 0.8rem;
    }

    .header-title-container span.header-title-part2 {
        padding-left: 32px;
        font-size: 2rem;
    }

    .header-title-container .header-title-part3 {
        padding-left: 35px;
        margin-top: 10px;
    }

    .header-logos-container img.ietam-logo {
        width: 80px;
        padding-right: 15px;
    }
    
    .header-logos-container img.proceso-logo {
        width: 195px;
        padding-right: 32px;
    }
}

@media screen and (max-width: 991px) {
    .header-container {
        height: 140px;
    }

    .header-title-container span.header-title-part1 {
        padding-left: 25px;
        font-size: 0.78rem;
    }

    .header-title-container span.header-title-part2 {
        padding-left: 22px;
        font-size: 1.9rem;
    }

    .header-title-container .header-title-part3 {
        padding-left: 25px;
        margin-top: 5px;
        border: 1.4px solid #531e00;
        border-left: none;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        line-height: 1.3rem;
    }

    .header-title-container .header-title-part3::before {
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        border: 1.4px solid #531e00;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-left: none;
    }

    .header-logos-container img.ietam-logo {
        width: 80px;
        padding-right: 5px;
    }
    
    .header-logos-container img.proceso-logo {
        width: 155px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 900px) {
    .header-container {
        height: 125px;
    }

        .header-container img.header-dots-bg {
            max-height: 125px;
        }

    .header-title-container span.header-title-part1 {
        padding-left: 20px;
        font-size: 0.7rem;
    }

    .header-title-container span.header-title-part2 {
        padding-left: 18px;
    }

    .header-title-container .header-title-part3 {
      
    }

    
    .header-logos-container img.ietam-logo {
        width: 80px;
        padding-right: 11px;
    }
    
    .header-logos-container img.proceso-logo {
        width: 145px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 810px) {
    .header-container {
        height: 120px;
    }

        .header-container img.header-dots-bg {
            max-height: 120px;
        }

    .header-title-container span.header-title-part1 {
        padding-left: 15px;
        font-size: 0.63rem;
    }

    .header-title-container span.header-title-part2 {
        padding-left: 12px;
        font-size: 1.5rem;
        line-height: 1.85rem;
    }

    .header-title-container .header-title-part3 {
        padding-left: 15px;
        font-size: 0.7rem;
    }

    .header-logos-container img.header-logo {
        width: 90px;
        padding-right: 15px;
    }
}


@media screen and (max-width: 750px) {
    .header-container {
        height: 120px;
    }

        .header-container img.header-dots-bg {
            max-height: 125px;
        }

    .header-title-container span.header-title-part1 {
        padding-left: 14px;
        font-size: 0.7rem;
    }

    .header-title-container span.header-title-part2 {
        padding-left: 11px;
        line-height: 1.75rem;
    }

    .header-title-container .header-title-part3 {
        padding-left: 14px;
  
    }

    .header-title-container span.header-title-part5 {
        font-size: 1.2em;
    }

    .header-logos-container img.header-logo {
        width: 90px;
        padding-right: 14px;
    }
}


@media screen and (max-width: 680px) {
    .header-container {
        height: 115px;
    }

    .header-title-container span.header-title-part1 {
        padding-left: 12px;
        margin-right: 65px;  
    }

    .header-title-container span.header-title-part2 {
        padding-left: 11px;
        font-size: 1.2rem;
    }

    .header-title-container span.header-title-part5 {
        font-size: 1em;
    }

    .header-logos-container img.proceso-logo {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .header-container {
        height: 115px;
    }

    .header-title-container span.header-title-part1 {
        margin-right: 10px;
    }

    .header-title-container span.header-title-part5 {
        display: none;
    }
}


@media screen and (max-width: 485px) {
    .header-container {
        height: 110px;
    }

    .header-title-container span.header-title-part2 {
        font-size: 1.1rem;
    }

    .header-logos-container img.ietam-logo {
        width: 70px;
    }

    .header-title-container .header-title-part4 {
        margin-left: 3px;
    }
}

@media screen and (max-width: 425px) {
    .header-container {
        height: 110px;
    }

        .header-container img.header-dots-bg {
            max-height: 130px;
        }

    .header-title-container span.header-title-part1 {
        display: none;
    }

    .header-title-container span.header-title-part1-mobile {
        font-size: 0.65rem;
        display: block;
        padding-left: 15px;
        font-family: "gotham-book", "gotham-medium";
    }

    .header-title-container span.header-title-part2 {
        padding-left: 14px;
        font-size: 0.9rem;
    }


    .header-logos-container img.header-logo {
        width: 80px;
        padding-right: 14px;
    }

    
    .header-title-container .header-title-part3::before {
      
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
   
    }
}

@media screen and (max-width: 409px) {
    .header-container img.header-dots-bg {
        max-height: 110px;
    }


    .header-logos-container img.header-logo {
        width: 75px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 385px) {
    .header-container {
        height: 110px;
    }

    .header-title-container span.header-title-part1-mobile {
        font-size: 0.7rem;
        display: block;
        padding-left: 10px;
    }

    .header-title-container span.header-title-part2 {
        padding-left: 8px;
        line-height: 1.23rem;
    }

    .header-title-container .header-title-part3 {
        padding-left: 10px;
    }

    .header-title-container span.header-title-part4 {
        font-size: 1.1em;
    }

    .header-logos-container img.header-logo {
        width: 70px;
        padding-right: 8px;
    }
}


@media screen and (max-width: 372px) {

    .header-secondary-container {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header-container img.header-dots-bg {
        max-height: 70px;
    }

    .header-title-container span.header-title-part1-mobile {
        font-size: 0.75em;
        display: block;
        padding-left: 10px;
    }

    .header-title-container span.header-title-part2 {
        display: none;
    }

    .header-title-container span.header-title-part2-xs-mobile {
        display: inline;
        font-size: 1.23em;
    }

    .header-title-container .header-title-part3 {
        padding-left: 10px;
        font-size: 0.6rem;
    }

    .header-title-container span.header-title-part4 {
        font-size: 1.1em;
    }

    .header-logos-container img.header-logo {
        width: 65px;
    }
}

@media screen and (max-width: 345px) {
    .header-container {
        height: 115px;
    }
}
/*HEADER*/

/*BODY*/

.panel-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

    .panel-body.seccion-bienvenida {
        /*min-height: calc(100vh - 310.78px);*/
        background: url("../../img/proceso2026_2027/fondo_ondas.svg");
        background-size: cover;
    }

@media screen and (max-width: 992px) {
    .panel-body {
        min-height: calc(100vh - 300.78px);
    }
}

.menu-text-container {
    font-size: 1.5em;
    font-weight: 500;
}

/*BODY*/
.form-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.panel.panel-default {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/*FOOTER*/
.footer {
    padding-top: 15px;
    background-color: #592467;
    width: 100%;
    z-index: 100;
    padding-bottom: 5px;
    color: #d1d1d1;
    margin-top: auto;
    /*height : 200px;*/
}

.footer-logo {
    float: right;
}

@media screen and (max-width: 768px) {
    .footer-logo {
        float: none;
    }    
}


    .footer a {
        color: #CCC;
    }

        .footer .footercard {
            max-width: 700px;
        }

    .footer a:hover {
        color: #C39B19;
        text-decoration: none;
    }

    .footer p {
        margin-bottom: 0.7em;
    }

    .footer i.round-bg {
        display: inline-block;
        background-color: white;
        border-radius: 100%;
        padding: 0.31em;
        padding-left: 0.3em;
        padding-right: 0.3em;
        color: #531e00;
        width: 1.6em;
        height: 1.6em;
    }

    .footer i.fa-phone.round-bg {
        padding-left: 0.4em;
        padding-right: 0.4em;
    }

    .footer i.fa-map-marker.round-bg {
        padding-left: 0.5em;
        padding-right: 0.3em;
    }

    .footer i.fa-clock-o.round-bg {
        padding-left: 0.35em;
        padding-right: 0.3em;
    }

    .footer i.fa-facebook.round-bg {
        padding-left: 0.46em;
        padding-right: 0.4em;
    }

    .footer i.fa-instagram.round-bg {
        padding-left: 0.38em;
        padding-right: 0.34em;
    }

    .footer i.fa-youtube-play.round-bg {
        padding-left: 0.3em;
        padding-right: 0.45em;
    }

    .footer i.round-bg.link-icon:hover {
        background-color: #E59B07;
    }

@media screen and (max-width: 992px) {
    .footer .footercard {
        padding-bottom: 20px;
    }
}

.tab {
    width: 400px;
    height: 200px;
    color: #a4a4a4;
    text-align: center;
    display: table;
    display: table-cell;
    vertical-align: middle;
}
/*FOOTER*/

.footer .redes-footer {
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 20px 10px;
}

    .footer .redes-footer .col {
        flex: 1 1 0;
        min-width: 150px; 
        display: flex;
        justify-content: center;
    }

    .footer .redes-footer .redes-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        text-align: center;
        color: #fff;
        font-weight: 500;
        font-size: 0.65rem;
        line-height: 1.2;
        overflow-wrap: anywhere;
    }

        .footer .redes-footer .redes-item:hover {
            color: #C39B19;
            text-decoration: none;
        }

    .footer .redes-footer img {
        height: 35px;
        width: auto;          
        max-width: 100%;
        object-fit: contain;
    }

@media screen and (max-width: 768px) {
    .footer .redes-footer img {
        height: 60px;
    }
}


.containerprincipal {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Open Sans', sans-serif;
    justify-content: center;
    align-content: center;
    text-align: left;
}

.widthImageTitulo {
    width: 100% !important;
}

.aviso-privacidad-link {
    font-weight: bold;
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .aviso-privacidad-link {
        float: none;
    }
}

/*LOGIN*/
.text-registrarse {
    font-size: 14px;
}

.login-container {
    padding-right: 0px;
    padding-left: 0px;
    /*
    border-style: groove;
    border-radius: 6px;
    */
}

    .login-container .form-control {
        margin-bottom: 5px;
    }

    .login-container .row {
        padding-top: 30px;
        padding-bottom: 20px;
    }

@media screen and (max-width: 425px) {
    .login-container {
        width: 95%;
        max-width: none;
    }
}

@media screen and (max-width: 992px) {
    .login-container {
        width: 97%;
        max-width: none;
    }
}

.login-element {
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (max-width: 425px) {
    .login-element {
        margin-left: 4px;
        margin-right: 4px;
    }
}

.login-main-container {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 450px;
}
/*LOGIN*/

/*BIENVENIDA*/
.checkboxBienvenida {
    vertical-align: middle;
}

    .checkboxBienvenida label {
        margin-left: 5px;
    }

.registro-list-buttons-container {
    margin-left: 20px;
}

@media screen and (max-width: 768px) {
    .registro-list-buttons-container {
        margin-left: 0px;
    }
}
/*BIENVENIDA*/







/* MENU */

.menu-option.menu-option-main-container {
    margin-bottom: 15px;
    margin-top: 15px;
}

.menu-option .menu-option-info-container {
    position: relative;
    display: flex;
    background-color: #8c8c8b;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .menu-option .menu-option-info-container.finished {
        background-color: #c5a000;
    }

.menu-option-info-container label {
    cursor: pointer;
}

.menu-option .menu-option-link-blocked {
    pointer-events: none !important;
    cursor: copy;
}

.menu-option .menu-option-info-container.blocked {
    background-color: lightgray;
    pointer-events: none !important;
}

.menu-option .menu-option-info-container:hover {
    opacity: 0.88;
}

.menu-option .menu-option-text {
    color: white;
    text-align: center;
    font-weight: 800;
    font-size: 17px;
    font-family: helvetica;
    padding: 5px;
    z-index: 2;
}

.menu-option .menu-option-normal-text {
    display: block;
}

.menu-option-secondary-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-option-background-image {
    margin: 6px;
    position: absolute;
    width: 95%;
    max-width: 210px;
}

.menu-option-image {
    flex: 1;
    z-index: 2;
    width: 100%;
    min-width: 60px;
    max-width: 170px;
}

.menu-option-image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-option-mobile-text-container {
    flex: 2;
    display: none;
    overflow-wrap: break-word;
    margin: 15px;
    max-width: 160px;
    min-width: 60%;
}

@media screen and (max-width: 768px) {
    .menu-options-row .menu-option-main-container {
        min-height: 172px;
    }
}

@media screen and (max-width: 575px) {
    .menu-option .menu-option-normal-text {
        display: none;
    }

    .menu-option-mobile-text-container {
        display: block;
    }

    .menu-option .menu-option-image-container {
        margin-right: 0px;
        margin-left: 5%;
    }

    .menu-option-image {
        z-index: 2;
        width: 60%;
        margin-left: 0px;
        margin-right: 0px;
        max-width: 170px;
    }

    .menu-option-background-image {
        width: 30%;
    }

    .menu-option-anexo-title {
        padding-bottom: 13px;
    }
}

@media screen and (max-width: 425px) {

    .menu-option-image {
        margin-top: 5px;
        margin-bottom: 5px;
        max-width: 140px;
    }

    .menu-option.menu-option-main-container {
        padding: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .menu-option .menu-option-info-container {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .menu-option-mobile-text-container .menu-option-text {
        font-size: 13px;
    }

    .menu-options-row .menu-option-main-container {
        min-height: 167.5px;
    }
}

.menu-option-main-title {
    margin: auto;
}


@media screen and (max-width: 280px) {
    .menu-option-background-image {
        display: none;
    }
}

.lbl-obligatorio img {
    margin: auto;
    padding-bottom: 4px;
    max-width: 8px;
}

/* MENU */

.v-radio-button label {
    margin-left: 5px;
}

.v-radio-button input {
    vertical-align: middle !important;
}

.registro-add-btn {
    border: none;
    min-width: 162px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c19f30;
    border-radius: 10px;
    min-height: 47px;
    width: 100%;
    color: white;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .registro-add-btn:hover {
        opacity: 0.9;
    }

    .registro-add-btn label {
        cursor: pointer;
    }

.btn:hover {
    opacity: 0.9;
}

.registro-add-btn.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.registro-add-btn img.registro-add-btn-img {
    height: 49px;
}

.registro-add-btn div.registro-add-btn-text {
    flex: 1;
    margin-right: 7px;
}

.section-header-title-container {
    display: flex;
    background-color: #5B2368;
    /*background-color: #8c8c8b;*/
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .section-header-title-container.finished {
        background-color: #5B2368;
    }

.section-header-title-img-container {
    margin-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-header-title-text-container {
    margin: 10px;
    flex: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    flex-direction: column;
    font-weight: 600;
}

.section-header-title-img {
    z-index: 2;
    width: 85px;
    margin: 5px;
}

.section-header-title-bg-img {
    width: 95px;
    margin: 5px;
    position: absolute;
}

.section-header-main-title-text {
    font-family: Helvetica;
    font-size: 16x;
}

.registro-question-button-container {
    display: flex;
}

.registro-question-button-mobile {
    margin: auto;
    display: none;
}

.registro-question-button-col-container {
    display: flex;
    margin-left: 0px;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 767px) {
    .registro-question-button {
        margin: auto;
    }

    .registro-question-button-mobile {
        margin: auto;
        display: block;
        margin-left: 9px;
    }

    .registro-question-button-col-container {
        display: none;
    }
}

.registro-form {
    max-width: 100vw;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 767px) {
    .registro-form {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.registro-form .row .col {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

    .registro-form .row .col .form-group.m-form__group {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

.v-radio-buttons-container {
    flex-direction: row !important;
}

    .v-radio-buttons-container .lbl {
        margin-bottom: 5px;
    }

    .v-radio-buttons-container .v-radio-button:first-of-type {
        margin-right: 8px;
    }

.table-experiencia {
    margin-top: 5px;
    margin-bottom: 5px;
}

.v-checkbox label {
    margin-left: 10px;
}

.section-header-title-text {
    font-size: 25px;
    text-align: center;
    font-family: Helvetica;
    margin-bottom: 8px;
}

.section-header-secondary-title-text {
    font-size: 18px;
    text-align: center;
    font-family: Helvetica;
}

.v-delete-btn:hover {
    opacity: 0.89;
}

.encabezadoReporte {
    color: #fff;
    background-color: #BF8105;
    border-color: #BF8105;
}

    .encabezadoReporte h4 {
        margin-top: 6px;
    }

    .encabezadoReporte i.fa-download {
        background-color: white;
        color: #bf8105;
        padding: 5px;
        border-radius: 100%;
    }

.bordered-modal-image {
    border: 1px solid black;
}


.pr-modal-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.pr-modal-title-container {
    flex-direction: column;
}

.pr-modal-title {
    background-color: #5B2368;
    min-width: 60%;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    font-family: 'Helvetica';
    color: white;
    border-radius: 1px;
    padding: 3px 6px 3px 6px;
}

.pr-modal-title-container .btn-close {
    position: absolute;
    top: 25px;
    right: 20px;
}


@media screen and (max-width: 440px) {
    .pr-modal-title-container .btn-close {
        right: 11px;
    }
}

.pr-modal-body-text-container {
    color: black;
    text-align: justify;
    font-size: 1.1em;
}

.pr-modal-accept-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38%;
}

.pr-modal-accept-btn {
    min-width: 200px;
    margin-top: 25px;
    width: 40%;
    color: white;
    border-radius: 1px;
    font-weight: 500;
    background: linear-gradient(to right, #5B2368, #8A2A6F, #B72E76);
    border: 0px solid;
    border-image: linear-gradient(to right, #5B2368, #8A2A6F, #B72E76) 1;
}

    .pr-modal-accept-btn:hover {
        opacity: 0.9;
        color: white;
    }

/* MENU */

@media screen and (max-width: 992px) {
    .video-main-contianer {
        margin: 0px;
        padding: 0px;
    }
}

.menu-video-player {
    max-width: 100%;
    max-height: 60vh;
}

.btn-video-continuar-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-video-continuar {
    max-width: 300px;
}


@media screen and (max-width: 440px) {
    .btn-video-continuar {
        max-width: 100%;
    }
}

/* MENU */

/* ANEXOS */

.anexo-title-row .anexo-title-container {
    background-color: red;
}

/* ANEXOS */

/* ANEXO 1 */
.atancion-prioritaria-list-p {
    margin-bottom: 0px;
}

.btn-agregar-experiencia-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ANEXO 1 */

/* ANEXO 2 */

.datos-curriculares-instrucciones-titulo {
    font-size: 14px;
    font-weight: bold;
}

.datos-curriculares-instrucciones-subtitulo {
    font-size: 14px;
}
/* ANEXO 2 */

/* DESCARGA REPORTES */

.reminder-modal-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.reminder-modal-title-container {
    flex-direction: column;
}

.reminder-modal-title {
    background-color: #5B2368;
    min-width: 60%;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    font-family: 'Helvetica';
    color: white;
    border-radius: 1px;
    padding: 3px 6px 3px 6px;
}

.reminder-modal-body-text-container {
    color: black;
    text-align: justify;
    font-size: 1.1em;
    width: 95%;
}

.reminder-modal-accept-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38%;
}

.reminder-modal-accept-btn {
    margin-top: 25px;
    width: 100%;
    color: white;
    border-radius: 1px;
    font-weight: 500;
    background-color: #E59B07;
}

    .reminder-modal-accept-btn:hover {
        opacity: 0.9;
        color: white;
    }
/* DESCARGA REPORTES */


/* INTEGRA2 */

#integra2_myBtn {
    background-color: #592467;
    cursor: pointer;
}

.integra2_modale-header {
    background-color: #592467;
}

.integra2_modale-footer {
    background-color: #592467;
}

/* INTEGRA2 */


.encabezado {
    word-wrap: break-word;
    max-width: 300px;
    margin: auto;
    min-width: 150px;
}

.litCorreo-container h4 {
    word-break: break-word;
}

.btn-swal-ok {
    background-color: #c1a100;
    color: #fff;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(191,144,0,.29) !important;
}

.btn-swal-ok:hover {
    background-color: rgb(210, 179, 23) !important;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(191,144,0,.29);
}

.swal-modal .swal-text {
    text-align: center;
}


.finalizadoMainContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.finalizadoTitle {
    font-size: 3.7rem;
    line-height: 3.7rem;
}

.graciasTitle {
    font-size: 3.2rem;
    line-height: 4rem;
}

.titleP {
    margin-right: 10px;
    margin-left: 10px;
}

.finalizadoTitle .participacionTitle {
    font-family: 'newsbt';
    font-weight: 1000;
    color: #531e00;
}

/*.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 0 rgba(167, 140, 16, 1) !important;
}*/
.btn-success {
    /*background-color: #E59B07;
    border-color: #E59B07;*/
    background: linear-gradient(to right, #5B2368, #8A2A6F, #B72E76);
    border: 0px solid;
    border-image: linear-gradient(to right, #5B2368, #8A2A6F, #B72E76) 1;
    color: white !important;
}

.btn-success:hover {
    /*    background-color: #E59B07;
    border-color: #E59B07;*/
    background: linear-gradient(to right, #5B2368, #8A2A6F, #B72E76);
    border: 0px solid;
    border-image: linear-gradient(to right, #5B2368, #8A2A6F, #B72E76) 1;
}

.swal-button.btn-success {
    /*    background-color: #E59B07;
    border-color: #E59B07;*/
    background: linear-gradient(to right, #5B2368, #8A2A6F, #B72E76);
    border: 0px solid;
    border-image: linear-gradient(to right, #5B2368, #8A2A6F, #B72E76) 1;
}

    .swal-button.btn-success:hover {
        /*        background-color: #E59B07;
        border-color: #E59B07;*/
        background: linear-gradient(to right, #5B2368, #8A2A6F, #B72E76);
        border: 0px solid;
        border-image: linear-gradient(to right, #5B2368, #8A2A6F, #B72E76) 1;
    }

    .swal-button.btn-success:focus {
        /* background-color: #E59B07;
        border-color: #E59B07;*/
        background: linear-gradient(to right, #5B2368, #8A2A6F, #B72E76);
        border: 0px solid;
        border-image: linear-gradient(to right, #5B2368, #8A2A6F, #B72E76) 1;
    }
.btn-success:focus {
    box-shadow: none;
}
.btn-success:active:focus {
    box-shadow: none;
}

.swal-button.btn-default-succes {
    /*background-color: #5B2368;*/
    background: linear-gradient(135deg, #5B2368, #5F6368);
    /*border-color: #5B2368;*/
    border: 0px solid;
    border-image: linear-gradient(135deg, #5B2368, #5F6368) 1;
}
.btn-default-succes:focus {
    box-shadow: none;
}
.swal-button.btn-default-succes:focus {
    /*background-color: #5B2368;*/
    background: linear-gradient(135deg, #5B2368, #5F6368);
    /*border-color: #5B2368;*/
    border: 0px solid;
    border-image: linear-gradient(135deg, #5B2368, #5F6368) 1;
}

.swal-button.btn-default-succes:hover {
    /*background-color: #5B2368;*/
    background: linear-gradient(135deg, #5B2368, #5F6368);
    /*border-color: #5B2368;*/
    border: 0px solid;
    border-image: linear-gradient(135deg, #5B2368, #5F6368) 1;
}

.btn-default-succes:active:focus {
    box-shadow: none;
}

.finalizadoTitle .finalizadoSeparador {
    height:6px;
    background-color: #E59B07;
    border-radius: 5px;
}

@media only screen and (max-width: 768px) {
    .finalizadoTitle .titleP {
        line-height: 2.5rem;
    }
    .finalizadoTitle .participacionTitle{
        font-size: 2.5rem;
    }    
    .finalizadoTitle .graciasTitle {
        font-size: 2.4rem;
    }    

}

@media only screen and (max-width: 558px) {
    .finalizadoTitle .titleP {
        line-height: 0.8rem;
    }
    .finalizadoTitle .participacionTitle{
        line-height: 1.5rem;
        font-size: 1.7rem;
    }    
    .finalizadoTitle .graciasTitle {
        line-height: 1.7rem;
        font-size: 1.5rem;
    }    
}


@media only screen and (max-width: 331px) {
    .finalizadoTitle .titleP {
        line-height: 0.8rem;
    }
    .finalizadoTitle .participacionTitle{
        line-height: 1.3rem;
        font-size: 1.3rem;
    }    
    .finalizadoTitle .graciasTitle {
        line-height: 1.5rem;
        font-size: 1.3rem;
    }    
}


/*SOLICITUDES-CONVOCATORIA*/
:root {
    --br: #7E350E;
    --bg: #BF8F00;
    --brl: #F5EBE4;
    --bgl: #FBF3D5;
    --brm: #B84E15;
    --bgm: #D4A300;
}

.solicitudes-wrapper {
    max-width: 75rem;
    margin: 0 auto;
    padding: 1rem;
}

.solicitudes-header {
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    color: black;
}

.solicitudes-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
}

.solicitudes-desc {
    font-size: .95rem;
    line-height: 1.7;
    opacity: .92;
}

.solicitud-card {
    background: #fff;
    border: 0.0625rem solid #E7D7C8;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
    box-shadow: 0 0.125rem 0.75rem rgba(0,0,0,.05);
    transition: .25s ease;
}

.solicitud-header {
    background: var(--brl);
    border-bottom: 0.0625rem solid #E8D2C0;
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.solicitud-header-left {
    display: flex;
    gap: .9rem;
    align-items: center;
}

.solicitud-icon {
    width: 3rem;
    height: 3rem;
    border-radius: .8rem;
    background: var(--br);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.solicitud-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--br);
    margin-bottom: .15rem;
}

.solicitud-subtitle {
    font-size: .82rem;
    color: #777;
}

.solicitud-badge {
    background: var(--bgl);
    border: 0.0625rem solid var(--bg);
    color: #6A4300;
    font-size: .75rem;
    font-weight: 600;
    border-radius: 2rem;
    padding: .45rem .85rem;
    white-space: nowrap;
}

.solicitud-body {
    padding: 1.4rem;
}

.solicitud-note {
    background: var(--bgl);
    border-left: .25rem solid var(--bg);
    border-radius: 0 .5rem .5rem 0;
    padding: .9rem 1rem;
    margin-bottom: 1.25rem;
    font-size: .85rem;
    line-height: 1.6;
    color: #5A3800;
}

.solicitud-section {
    font-size: .78rem;
    font-weight: 700;
    color: #999;
    letter-spacing: .08em;
    margin-bottom: .9rem;
    margin-top: 1.2rem;
    text-transform: uppercase;
}

.solicitud-options {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: .8rem;
    margin-bottom: 1.2rem;
}

.solicitud-option {
    border: 0.0625rem solid #DDD;
    border-radius: .8rem;
    padding: .9rem 1rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    cursor: pointer;
    transition: .2s ease;
    font-size: .9rem;
    color: #444;
}

    .solicitud-option:hover {
        border-color: var(--br);
        background: var(--brl);
    }

    .solicitud-option input {
        accent-color: var(--br);
    }

    .solicitud-option i {
        color: var(--br);
        font-size: 1.1rem;
    }

.solicitud-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.solicitud-group {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

    .solicitud-group label {
        font-size: .82rem;
        font-weight: 600;
        color: #555;
    }

    .solicitud-group input,
    .solicitud-group select,
    .solicitud-group textarea {
        width: 100%;
        border: 0.0625rem solid #D7C6B6;
        border-radius: .6rem;
        padding: .75rem .9rem;
        font-size: .88rem;
        background: #fff;
        transition: .2s ease;
    }

    .solicitud-group textarea {
        min-height: 6rem;
        resize: vertical;
    }

        .solicitud-group input:focus,
        .solicitud-group select:focus,
        .solicitud-group textarea:focus {
            outline: none;
            border-color: var(--br);
        }

.required {
    color: var(--brm);
}

.solicitud-footer {
    padding: 1rem 1.4rem;
    border-top: 0.0625rem solid #EFE7E0;
    background: #FAFAFA;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-solicitud-cancelar {
    background: #fff;
    border: 0.0625rem solid #D8D8D8;
    color: #777;
    border-radius: .6rem;
    padding: .7rem 1.2rem;
    font-size: .9rem;
    font-weight: 600;
    transition: .2s ease;
}

    .btn-solicitud-cancelar:hover {
        background: #F4F4F4;
    }

.btn-solicitud-enviar {
    background: var(--br);
    border: none;
    color: #fff !important;
    border-radius: .6rem;
    padding: .7rem 1.4rem;
    font-size: .9rem;
    font-weight: 600;
    transition: .2s ease;
}

    .btn-solicitud-enviar:hover {
        background: var(--brm);
    }

@media (max-width: 62rem) {

    .solicitud-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 48rem) {

    .solicitudes-header {
        padding: 1.25rem;
    }

    .solicitudes-title {
        font-size: 1.3rem;
    }

    .solicitud-options {
        grid-template-columns: 1fr;
    }

    .solicitud-grid {
        grid-template-columns: 1fr;
    }

    .solicitud-header {
        align-items: flex-start;
    }

    .solicitud-footer {
        flex-direction: column;
    }

    .btn-solicitud-cancelar,
    .btn-solicitud-enviar {
        width: 100%;
        text-align: center;
    }
}

/*DOCUMENTOS SUBSANAR*/

.registro-form {
    width: 100%;
    max-width: 1450px; /* ancho máximo */
    margin: 0 auto;
    padding: 0 1rem;
}

/* =========================================
   LAYOUT GENERAL
========================================= */

.contenedor-documentos {
    display: flex;
    gap: 1.5rem;
/*    align-items: flex-start;*/
    width: 100%;
    margin-top: 1.5rem;
}

.panel-documentos {
    flex: 1;
    min-width: 0;
}

.panel-visor {
    width: 42%;
    min-width: 320px;
    max-width: 700px;
    flex-shrink: 0;
}

.visor-documento {
    background: #fff;
    padding: 1rem;
    height: 82vh;
    overflow: auto;
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
}

/* =========================================
   HEADER DESKTOP
========================================= */

.documentos-header {
    display: grid;
    grid-template-columns: minmax(0,1fr) repeat(5, minmax(85px, 105px));
    align-items: stretch;
    background: #806000;
    overflow: hidden;
}

.header-documento,
.header-accion {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem .4rem;
    white-space: normal;
    line-height: 1.2;
    word-break: break-word;
    overflow-wrap: anywhere;

    color: #fff;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.header-documento {
    text-align: left;
}

.header-accion {
    text-align: center;
}

/* =========================================
   LISTA
========================================= */

.documentos-lista {
    display: flex;
    flex-direction: column;
}

/* =========================================
   CARD DOCUMENTO
========================================= */

.documento-card {
    background: #fff;
    border: 1px solid #ECECEC;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0,1fr) repeat(5, minmax(85px, 105px));
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
    align-items: stretch;
}

/* =========================================
   INFO DOCUMENTO
========================================= */

.documento-info-col {
    padding: 1rem;
    /*border-right: 1px solid #ECECEC;*/
}

.documento-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.documento-info {
    display: flex;
    align-items: flex-start;
    gap: .45rem;
    flex: 1;
    min-width: 0;
}

    .documento-info .fw-semibold {
        font-size: .94rem;
        line-height: 1.45;
        color: #333;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

.documento-observacion {
    margin-top: .55rem;
    font-size: .75rem;
    line-height: 1.5;
    color: #777;
    word-break: break-word;
}

/* =========================================
   BADGES
========================================= */
.badge-estatus-success,
.badge-estatus-warning,
.badge-estatus-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .35rem .7rem;
    border-radius: 5px;
    font-size: .72rem;
    font-weight: 600;
    white-space: nowrap;
}

.badge-estatus-success {
    background: #FBF3D5;
    color: #8A6D00;
    border: 1px solid #E5D18A;
}

.badge-estatus-warning {
    background: #FFF3E0;
    color: #B26A00;
    border: 1px solid #FFD9A3;
}

.badge-estatus-danger {
    background: #FBF3D5;
    color: #8A6D00;
    border: 1px solid #E5D18A;
}

/* =========================================
   ACCIONES
========================================= */

.acciones-row {
    display: contents;
}

.accion-item {
    padding: 1rem .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    text-align: center;
    /*border-left: 1px solid #ECECEC;*/
}


.accion-label {
    font-size: .68rem;
    line-height: 1.2;
    font-weight: 700;
    color: #806000;
}

/* =========================================
   ICONOS
========================================= */

.accion-item img,
.accion-item input[type=image] {
    height: auto;
    transition: .18s ease;
}

    .accion-item img:hover,
    .accion-item input[type=image]:hover {
        transform: scale(1.08);
    }

.acciones-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .3rem;
}

/* =========================================
   BOTONES
========================================= */

.acciones-documentos {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.accion-btn {
    flex: 1;
}

/* =========================================
   HELPERS
========================================= */

.mobile-only {
    display: none;
}

/* =========================================
   TABLET
========================================= */

@media (max-width:1200px) {

    .contenedor-documentos {
        flex-direction: column;
    }

    .panel-visor {
        width: 100%;
        max-width: 100%;
    }

    .visor-documento {
        height: 65vh;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width:768px) {

    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: inline-block;
    }

    .documentos-lista {
        gap: 1rem;
    }

    .documento-card {
        display: block;
    }

    .documento-info-col {
        padding: 1rem;
        border-bottom: 1px solid #ECECEC;
    }

    .documento-info .fw-semibold {
        font-size: .9rem;
        line-height: 1.4;
    }

    .documento-observacion {
        font-size: .72rem;
    }

    /* acciones en grid 2x2 */
    .acciones-row {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }

    .accion-item {
        width: 100%;
        min-height: 88px;
        border-top: 1px solid #ECECEC;
        border-right: 1px solid #ECECEC;
        justify-content: flex-start;
    }

        .accion-item:nth-child(2n) {
            border-right: none;
        }

    .accion-label {
        font-size: .62rem;
    }

    .badge-estatus-success,
    .badge-estatus-warning,
    .badge-estatus-danger {
        font-size: .6rem;
        padding: .2rem .45rem;
    }

    .acciones-documentos {
        flex-direction: column;
    }

    .visor-documento {
        height: 50vh;
    }
}

.visor-modal {
    border-radius: 18px;
    overflow: hidden;
    border: none;
}

    .visor-modal .modal-body {
        height: 85vh;
        background: #F5F5F5;
    }

    .visor-modal embed {
        width: 100%;
        height: 85vh;
        border: none;
    }

.modal-preview {
    max-width: 90vw;
}

#mdlPreview .modal-content {
    height: 90vh;
}

.pdf-preview {
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width:992px) {

    .modal-preview {
        max-width: 95vw;
    }

    #mdlPreview .modal-content {
        height: 85vh;
    }
}

@media (max-width:768px) {

    .modal-preview {
        max-width: 98vw;
        margin: .5rem auto;
    }

    #mdlPreview .modal-content {
        height: 75vh;
        border-radius: 12px;
    }

    .pdf-preview {
        min-height: 55vh;
    }

    #mdlPreview .modal-footer {
        padding: .75rem;
    }
}

/* ===== Ventana de acceso por horario ===== */

/* Banner fijo del contador de CIERRE (aparece en los últimos minutos) */
.acceso-contador-cierre {
    position: fixed;
    left: 16px;
    bottom: 16px;
    z-index: 1080;
    background: #592467;
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}

    .acceso-contador-cierre .acceso-contador-label {
        display: block;
        font-size: 12px;
        opacity: .9;
    }

    .acceso-contador-cierre .acceso-contador-tiempo {
        display: block;
        font-size: 22px;
        font-weight: 700;
        font-variant-numeric: tabular-nums;
    }

/* Páginas de espera (apertura) y agradecimiento (cierre) */
.acceso-espera-container,
.acceso-gracias-container {
    max-width: 720px;
    margin: 40px auto;
    padding: 24px;
}

.acceso-espera-icono,
.acceso-gracias-icono {
    font-size: 56px;
    color: #de9d1e;
    margin-bottom: 12px;
}

.acceso-gracias-icono {
    color: #27ae60;
}

.acceso-espera-titulo,
.acceso-gracias-titulo {
    font-weight: 700;
    margin-bottom: 16px;
}

.acceso-espera-texto,
.acceso-gracias-texto {
    font-size: 16px;
}

.acceso-espera-fecha {
    font-size: 18px;
    font-weight: 600;
    margin: 4px 0 20px;
    /*text-transform: capitalize;*/
}

.acceso-espera-contador {
    font-size: 48px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: #de9d1e;
    margin: 8px 0 16px;
}

.acceso-espera-nota {
    font-size: 13px;
    color: #6c757d;
}

.acceso-gracias-firma {
    margin-top: 20px;
    font-weight: 600;
    color: #de9d1e;
}

.preview-success {
    background-color: #E59B07;
    color: white;
}

.preview-cancel {
    background-color: #5B2368;
    color: white;
}