﻿@font-face {
    font-family: 'Montserrat', sans-serif;
    /*src: url('../Fonts/raleway-regular-webfont.woff2') format('woff2'), url('../Fonts/raleway-regular-webfont.woff') format('woff');*/
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

.button.ccbtn,
.btn-outline-secondary.Boton,
#lnkRegistrar,
#lnkInstructivo,
button a {
    font-family: 'Montserrat', sans-serif;
}

html {
    height: 100%;
}

body {
    width: 100% !important;
    background: #fff !important;
    font-weight: 400 !important;
    font-size: 1em !important;
    font-family: 'Montserrat' !important;
    margin: 0px !important;
    position: relative;
    min-height: 100%;
}
.carousel-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px; 
    height: auto;
    flex-wrap: wrap; 
}

.CerrarSession {
    float: right;
}

/*header Login*/
.headerLogin {
    min-height: 120px;
    display: flex;
    background-image: url('/Content/Images/Headder1905.png'), linear-gradient(#cc7722, white);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center center;
    background-size: contain, cover;
    background-attachment: scroll;
}

@media (max-width: 968px) {
    .headerLogin {
        min-height: 80px;
        background-position: center 10px, center center;
        background-size: contain, cover;
    }
}

.texttipoletrapaneles {
    font-family: 'Montserrat', sans-serif;
}

    .headerLogin h1 {
        color: #004d9c;
        font-size: 36px;
        font-weight: bold;
        padding: 0px 8px;
        text-align: center;
        border-right: 50px solid #087c6c;
    }

    .headerLogin h2 {
        color: #004d9c;
        padding: 23px 5px;
        font-weight: lighter;
        text-align: center;
        align-items: center;
        font-size: 18px;
        display: inline-block;
    }

.containerHeader {
    width: 1024px;
    height: auto;
    margin: 0px auto;
    justify-content: left;
    display: flex;
}

thead {
    background: #eeeeee;
}

.wrapper {
    width: 100%;
    min-height: 600px;
    margin: 0px auto;
}

.login {
    background: url('../Content/Images/Background.jpeg');
    width: 10px;
    height: 600px;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0px;
    margin-left: 10%;
    margin-top: 5%;
    margin-right: 10%;
    opacity: 0.3;
}

.logos {
    width: 295px;
    display: inline-block;
    text-align: center;
    padding: 12px 0px 12px 24px;
}

    .logos img {
        width: auto;
    }


.ccform {
    margin: 0 auto;
    width: 400px;
    height: 100%;
    background: #f6f6f6;
    text-align: center;
    line-height: normal;
    border-radius:10px;
   
}

    .ccform td {
        position: relative;
        padding: 1px 0;
    }

.form-select {
    border-radius: 10px;
}
#show_psw {
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 99;
    top: 14px;
    right: 12px;
    cursor: pointer;
    fill: #565654;
}

.ccformText {
    margin: 0 auto;
    margin-top: 70px;
    width: 400px;
    height: 100%;
    padding: 0px;
    background: #f6f6f6;
    text-align: center;
    line-height: normal;
    border-bottom: 1px solid #003569;
    background-repeat: no-repeat;
    background-position: right;
    opacity: 0.7;
}

.tituloForm {
    height: auto;
    margin-bottom: 29px;
    background: #ddd;
    border-bottom: 1px solid #eaeaea;
    font-size: 16px;
    color: #787075;
    font-weight: 100;
    padding: 10px 0px;
    width: 100%;
    margin: 0 auto;
}

/* Estilo para los validadores */
#MainContent_ValidationSummary1 li {
    text-align: left;
}

.ccheader {
    margin: 50px auto;
    padding: 1em;
    width: 356px;
    border: 1px dashed #255871;
    text-align: center;
}

    .ccheader h1 {
        margin: 0px auto 0px;
        font-weight: 300;
        font-size: 2.5em;
        padding: 18px 0px 5px;
        line-height: 1.3;
        text-transform: uppercase;
        text-shadow: 1px 2px #fff, 1px 4px rgba(80, 80, 80, 0.14);
    }

.ccfield-prepend {
    width: 85%;
    margin: 14px auto;
    justify-content: center;
}

input#MainContent_RememberMe {
    padding: 10px 0px;
    margin: 3px 3px;
    display: block;
    float: left;
}

.ccform-addon {
    color: #ffffff;
    float: left;
    padding: 0px 8px;
    height: 42px;
    border: 1px solid #eaeaea;
    width: 32px;
    text-align: center;
}

.ccform-addonC {
    color: #ffffff;
    float: left;
    padding: 0px 8px;
    height: 42px;
    border: 1px solid #eaeaea;
    width: 32px;
    text-align: center;
}

/* campos de login --- INPUTS / SELECT --- */
.ccformfieldLogin,
.ccformfield,
.ccform .form-control,
.ccform input[type="text"],
.ccform input[type="password"],
.ccform input[type="tel"],
.ccform select,
.ccform textarea {
    width: 347px;
    max-width: 100%;
    height: 38px;       
    padding: 10px 14px 10px 44px; /* espacio izquierdo para icono */
    border-radius: 10px;
    border: 1px solid rgba(34,34,34,0.08);
    background: #ffffff;
    color: #222;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 15px;
    outline: none;
    transition: box-shadow .18s ease, border-color .18s ease, transform .08s ease;
    -webkit-appearance: none; /* para selects en Safari/Chrome */
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 1px 0 rgba(16,24,40,0.02) inset;
    margin-bottom: 12px; /* espacio uniforme entre campos */
}

    /* Focus visual */
    .ccformfieldLogin:focus,
    .ccform .form-control:focus,
    .ccform select:focus,
    .ccform input:focus {
        border-color: rgba(0,99,204,0.9);
        box-shadow: 0 6px 18px rgba(3,10,20,0.06);
    }

    /* Placeholder —  (incl Edge/legacy/IE) */
    .ccformfieldLogin::-webkit-input-placeholder,
    .ccform .form-control::-webkit-input-placeholder {
        color: #9a9a9a;
        opacity: 1;
    }

    .ccformfieldLogin:-ms-input-placeholder,
    .ccform .form-control:-ms-input-placeholder {
        color: #9a9a9a;
        opacity: 1;
    }

    .ccformfieldLogin::-ms-input-placeholder,
    .ccform .form-control::-ms-input-placeholder {
        color: #9a9a9a;
        opacity: 1;
    }
   
    .ccformfieldLogin::placeholder,
    .ccform .form-control::placeholder {
        color: #9a9a9a;
        opacity: 1;
    }

/* Usuario (campo UserName) */
#UserName {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23909090' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><path d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'></path><circle cx='12' cy='7' r='4'></circle></svg>");
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 20px 20px;
}

/* Dígito verificación */
#txtDigitoVerificacion {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23909090' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='3' width='18' height='18' rx='2'></rect><path d='M8 7h8M8 12h8M8 17h5'></path></svg>");
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 18px 18px;
}

/* Password - ojo (icono de candado) */
#Password {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23909090' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='11' width='18' height='10' rx='2'></rect><path d='M7 11V7a5 5 0 0 1 10 0v4'></path></svg>");
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 18px 18px;
    padding-right: 44px; 
}
    
    #UserName[style*="display:none"],
    #txtDigitoVerificacion[style*="display:none"],
    #Password[style*="display:none"] {
        display: none !important;
        margin: 0;
        padding: 0;
    }


.ccformfieldPassword {
    color: #a0a0a0;
    background: #FFFFFF;
    padding: 15px 0px;
    width: 100%;
    border: 1px solid #eaeaea;
    height: 12px;
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
}

.passw {
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: lighter;
    color: #006de4;
    margin-top: 27px;
    padding-left: 24px;
}

.recordar {
    text-align: left;
    display: block;
    font-size: 14px;
    margin: 6px 0px;
    font-weight: lighter;
    color: #626262;
    padding-left: 24px;
}

.ccbtn {
    border: none;
    border-radius: 10px;
    background: linear-gradient(180deg,#0078e7 0%, #0060c4 100%);
    color: #fff;
    padding: 10px 18px;
    font-weight: 700;
    cursor: pointer;
    height: 46px;
    width: 230px; 
    max-width: 100%;
    display: inline-block;
    margin: 14px auto 10px auto;
    box-shadow: 0 6px 16px rgba(3,10,20,0.08);
    transition: transform .08s ease, box-shadow .12s ease;
}

    .ccbtn:hover {
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(3,10,20,0.10);
    }

/* Botones secundarios */
.btn-outline-secondary.Boton,
.LnkButtonRegistroUsuarioExterno,
.LnkButtonRestablecerContraseña {
    display: inline-block;
    background: #6f6f6f;
    color: #0b0b0b;
    border-radius: 8px;
    padding: 10px 12px;
    width: 260px;
    font-weight: 700;
    margin: 10px auto;
    text-decoration: none;
}

/* Enlaces azul para acciones secundarias */
#lnkRegistrar, #lnkInstructivo {
    display: inline-block;
    color: #8e5a2d;
    margin-top: 8px;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.3s;
}

    #lnkRegistrar:hover,
    #lnkInstructivo:hover {
        color: #e67e22;
    }

/* AREA DE BIENVENIDA */
.welcome {
    display: flex;  
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    box-sizing: border-box;
}   

.welcome-inner {
    max-width: 520px; 
    width: 100%; 
    padding: 8px 12px;
    box-sizing: border-box;
}

.welcome-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.5rem; 
    margin: 0 0 12px 0;
    text-align: center;
    color: #000; 
}

.welcome-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    margin: 0 0 12px 0;
    color: #222;
    text-align: center;
}

.welcome-paragraphs p {
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem;
    margin: 10px 0;
    line-height: 1.5;
    color: #222;
    word-wrap: break-word;
    text-align: justify; 
}

    .welcome-paragraphs p strong {
        font-weight: 700;
    }

.login-layout > .welcome {
    justify-content: center;
}


@media (max-width: 991.98px) {
    .welcome-inner {
        max-width: 460px;
    }

    .welcome-title {
        font-size: 1.125rem;
    }    
}


@media (max-width: 767.98px) {
    .welcome {
        padding: 8px;
    }

    .welcome-inner {
        max-width: 100%;
        padding: 6px 10px;
    }

    .welcome-title, .welcome-subtitle, .welcome-paragraphs p {
        text-align: center; 
    }

    .welcome-paragraphs p {
        text-align: left;
    }   
}

/* Layout para el login */
.login-layout {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto 20px;
    padding: 16px;
    background: #f5e6d0;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

    .login-layout > .ccform1 {
        flex: 1 1 48%;
        min-width: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px 12px;
        min-height: 50vh;
    }

    
    .login-layout > .ccform {
        flex: 0 0 400px; 
        max-width: 100%;
        padding: 8px;
        box-sizing: border-box;
    }
      
    .login-layout .ccform table {
        width: 100%;
        border-collapse: collapse;
        box-sizing: border-box;
    }
        
    .login-layout .ccform .form-control,
    .login-layout .ccform .form-select,
    .login-layout .ccform input[type="text"],
    .login-layout .ccform input[type="password"],
    .login-layout .ccform textarea {
        max-width: 100%;
        box-sizing: border-box;
    }

    
    .login-layout .ccform button {
        display: inline-block;
        box-sizing: border-box;
    }

@media (max-width: 991.98px) {
    .login-layout {
        gap: 16px;
    }

        .login-layout > .ccform {
            flex: 1 1 45%;
            max-width: 420px;
            width: 100%;
        }
       
        .login-layout > .ccform1 {
            flex: 1 1 50%;
            min-width: 260px;
        }
        
        .login-layout .ccform table {
            width: 100%;
            table-layout: fixed;
        }

        .login-layout .ccform td, .login-layout .ccform th {
            word-wrap: break-word;
        }
               
        .login-layout .ccform1 p,
        .login-layout .ccform p {
            width: auto !important;
            max-width: 100%;
            padding-right: 8px !important;
            padding-left: 8px !important;
        }
              
        .login-layout .ccform .form-control,
        .login-layout .ccform input,
        .login-layout .ccform select,
        .login-layout .ccform textarea {
            max-width: 100%;
        }
}

    @media (max-width: 767.98px) {
        .login-layout {
            flex-direction: column;
            align-items: center;
            padding: 12px;
            gap: 12px;
            justify-content:center;
            width: 100%;
            max-width: 400px;
        }

            .login-layout > .ccform1,
            .login-layout > .ccform {
                flex: 1 1 100%;
                min-width: 100%;
                width: 100%;
            }

            .login-layout .ccform1 p,
            .login-layout .ccform p {
                width: 100% !important;
                padding: 0 8px !important;
            }

            .login-layout > .ccform {
                flex: 1 1 100%;
                width: 100% !important;
                max-width: 100%;
            }

            .login-layout .ccform .ccformfield,
            .login-layout .ccform .ccformfieldLogin,
            .login-layout .ccform .ccformfieldPassword {
                padding-left: 44px;
                padding-right: 12px;
            }

            .login-layout .ccform td {
                text-align: center;
            }
    }


    @media (min-width: 768px) and (max-width: 991.98px) {
        .login-layout {
            gap: 16px;
        }
    }

select.ddl-montserrat {
    height: 38px;
    padding: 10px 44px 10px 14px; /* dejar espacio a la derecha para la flecha */
    border-radius: 10px;
    border: 1px solid rgba(34,34,34,0.08);
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center !important; /* coloca la flecha 12px desde el borde derecho */
    background-size: 14px 14px;
    -webkit-appearance: none; /* Safari/Chrome */
    -moz-appearance: none; /* Firefox */
    appearance: none; /* estándar */
    font-family: "Montserrat", sans-serif;
    color: #333;
    font-size: 15px;
    margin-bottom: 12px;
}

    /* Forzar que el arrow no tape texto en Edge/IE */
    .ddl-montserrat option {
        padding: 8px;
    }

    .ddl-montserrat::-ms-expand {
        display: none;
    }

    .ddl-montserrat:focus {
        outline: none;
        border-color: rgba(0,99,204,0.9);
        box-shadow: 0 6px 18px rgba(3,10,20,0.06);
    }

/* Validación: mantener posición y color */
#MainContent_ValidationSummary1 {
    color: #c0392b;
    text-align: left;
    margin-top: 8px;
}

.ccform input, .ccform select {
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (max-width: 480px) {
    .ccform {
        width: 100%;
        padding: 20px;
        border-radius: 8px;
    }

    .ccbtn {
        width: 100%;
    }

    .btn-outline-secondary.Boton {
        width: 100%;
    }
    
    .ccformfieldLogin {
        padding-left: 42px;
    }
}

    .login-layout img,
    .login-layout iframe {
        max-width: 100%;
        height: auto;
    }

    .header {
        height: auto;
    }

    .Titulos {
        display: inline-block;
        width: 60%;
        height: 10%;
        vertical-align: middle;
    }

        .Titulos img {
            vertical-align: middle;
            height: 48px;
        }

    .header h1 {
        color: #004d9c;
        margin: 0px;
        display: inline-block;
        vertical-align: middle;
        font-size: 26px;
    }

    .header h2 {
        display: inline-block;
        color: #004d9c;
        font-weight: lighter;
        vertical-align: middle;
        font-size: 18px;
    }

    .header .container {
        width: 100%;
        margin: 0px auto;
        height: 67px;
        padding: 0px 20px;
    }

    .Perfil {
        display: inline-block;
        background: url(/Content/Images/Salir.png) top left no-repeat;
        line-height: 15px;
        padding-left: 30px;
        width: 30%;
        vertical-align: middle;
    }

        .Perfil img {
            vertical-align: middle;
        }

    .LogOut {
        width: 10%;
    }

        .LogOut img {
            vertical-align: middle;
        }

    span.nombreP {
        color: #6b6b6b;
        font-weight: lighter;
    }

    span.userP {
        color: #004d9c;
        font-weight: lighter;
        font-size: 10px;
    }

    .dropbtn2 {
        background: url(/Content/images/settings.png) center left no-repeat;
        padding: 16px 28px;
        border: none;
        cursor: pointer;
    }

    .dropdown2 {
        position: relative;
        display: inline-block;
    }

    .dropdown-content2 {
        display: none;
        font-weight: lighter;
        position: absolute;
        border: 1px solid #dededc;
        right: 0;
        background-color: #f8f8f8;
        min-width: 195px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

        .dropdown-content2 a {
            color: #808080;
            font-weight: lighter;
            font-size: 14px;
            padding: 9px 16px;
            border-bottom: 1px solid #dededc;
            text-decoration: none;
            padding-left: 35px;
            display: block;
        }

            .dropdown-content2 a.passw {
                background: url(/Content/images/contrasena.png) 5px center no-repeat;
            }

            .dropdown-content2 a.close {
                background: url(/Content/images/sesion.png) 5px center no-repeat;
            }

            .dropdown-content2 a.passw:hover {
                border-bottom: 2px solid #e96c1d;
            }

            .dropdown-content2 a.close:hover {
                border-bottom: 2px solid #e96c1d;
            }

    .dropdown2:hover .dropdown-content2 {
        display: block;
    }

    .dropdown2:hover .dropbtn2 {
        background-color: #eaeaea;
    }

    .cMenuBar {
        background: #2F579B;
        width: 100%;
        height: 30px;
        font-family: 'Montserrat', sans-serif;
    }

        .cMenuBar ul {
            list-style-type: none !important;
            padding: 0 !important;
            margin: 0px auto !important;
            float: none !important;
        }

            .cMenuBar ul.dynamic {
                width: auto !important;
            }

        .cMenuBar a {
            background-image: none !important;
        }

        .cMenuBar > ul > li > a {
            display: block;
            color: #2F579B;
            font-weight: lighter;
            text-align: center;
            padding: 15px 25px !important;
            text-decoration: none;
        }

        .cMenuBar > ul > li > ul > li > a {
            display: block;
            color: #2F579B;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-top: 1px solid #ddd;
            font-weight: lighter;
            text-align: center;
            font-size: 15px;
            padding: 10px 23px;
            text-decoration: none;
            background: #ffffff;
        }

        .cMenuBar > ul > li > ul > li:last-child > a {
            border-bottom: 1px solid #ddd;
            border-left: 1px solid #ddd;
        }

        .cMenuBar > ul > li > ul > li > a:hover {
            border-bottom: 2px solid #2F579B;
        }

        .cMenuBar > ul > li > ul > li > ul a {
            display: block;
            color: #2F579B;
            font-weight: lighter;
            text-align: center;
            font-size: 15px;
            padding: 10px 24px;
            text-decoration: none;
            border-top: 1px solid #ddd;
            border-bottom: 2px solid transparent;
            border-right: 1px solid #ddd;
            background: #ffffff;
            border-left: 1px solid #ddd;
        }

            .cMenuBar > ul > li > ul > li > ul a:hover {
                border-bottom: 2px solid #0096c5;
            }

        .cMenuBar > ul > li > ul > li > ul li:last-child a {
            border-left: 1px solid #ddd;
            border-bottom: 1px solid #0096c5;
        }

            .cMenuBar > ul > li > ul > li > ul li:last-child a:hover {
                border-bottom: 2px solid #e96c1d;
            }

    .Container {
        width: 1200px;
        margin: 0px auto;
    }

    .ContainerGV {
        width: 1200px;
        margin: 0px auto;
        overflow-x: auto;
    }

    .modRuta {
        padding: 10px 0;
        margin-left: 0;
        height: auto;
    }

        .modRuta li {
            display: inline-block;
            list-style: none;
            color: #6b6b6b;
            padding: 2px 0 2px 5px !important;
            font-size: 0.833em;
        }

            .modRuta li:first-child {
                border: none;
            }

            .modRuta li a {
                color: #004d9c;
                font-weight: lighter;
                padding: 0px;
            }

    .w3-red, .w3-hover-red:hover {
        color: #595959 !important;
        text-align: center;
        font-size: 13px;
        background-color: #ededed !important;
    }

    /*--------------------------------Segmento de Grilla----------------------------------*/
    .w3-table-all_Cantidad {
        border-collapse: collapse;
        border-spacing: 0;
        width: 150px;
        border: 1px solid #ccc;
        display: table;
    }


    .w3-table-all {
        border-collapse: collapse;
        border-spacing: 0;
        width: auto;
        border: 1px solid #ccc;
        display: table;
    }

        .w3-table-all tr, .w3-table-all2 tr, .tableAsignar tr {
            font-size: 15px;
            color: #3C3C3C !important;
        }

        .w3-table-all th {
            border-left: 1px solid #ddd;
            padding: 13px 8px;
            display: table-cell;
            color: #004d9c;
            font-size: 14px;
            text-align: center;
            border-top: 3px solid #439dcc;
            background: #fff;
            vertical-align: middle;
        }
    /*--------------------------------Segmento de Grilla Nested ----------------------------------*/
    .w4-table-all {
        border-collapse: collapse;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        font-style: italic;
        border-spacing: 0;
        width: auto;
        border: 1px solid #ccc;
    }

        .w4-table-all tbody {
            display: block;
            overflow-x: scroll;
            width: 1166px;
            scrollbar-color: #004d9c;
        }

            .w4-table-all tbody::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                border-radius: 10px;
                background-color: #F5F5F5;
            }

            .w4-table-all tbody::-webkit-scrollbar {
                width: 12px;
                background-color: #F5F5F5;
            }

            .w4-table-all tbody::-webkit-scrollbar-thumb {
                border-radius: 10px;
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
                background-color: #004d9c;
            }

    @media screen and (max-width: 1080px) {

        .w4-table-all tbody {
            display: block;
            overflow-x: scroll;
            width: 900px;
            scrollbar-color: #F5F5F5;
        }

            .w4-table-all tbody::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                border-radius: 10px;
                background-color: #F5F5F5;
            }

            .w4-table-all tbody::-webkit-scrollbar {
                width: 12px;
                background-color: #F5F5F5;
            }

            .w4-table-all tbody::-webkit-scrollbar-thumb {
                border-radius: 10px;
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
                background-color: #D62929;
            }
    }



    .w4-table-all tr, .w4-table-all2 tr, .tableAsignar tr {
        font-size: 9px;
        color: #868686 !important;
    }

    .w4-table-all th {
        border-left: 1px solid #ddd;
        padding: 13px 8px;
        display: table-cell;
        color: #545454;
        font-size: 9px;
        text-align: center;
        border-top: 3px solid #ccc;
        vertical-align: middle;
    }


    /*--------------------------------------------------------------------------------------------*/
    .w3-table-all td {
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 6px 6px;
    }

    .w3-table-all, .w3-table-all2 {
        border-spacing: 0;
        width: 100%;
        border: 1px solid #ccc;
        display: table;
    }

        .w3-table-all2 td {
            padding: 20px;
        }


    .acciones {
        border: 1px solid #cccccc;
        border-radius: 4px;
        background: #ededed;
        color: #616161;
        padding: 6px 10px;
        display: inline-flex;
        margin: 0px 6px;
        font-weight: lighter;
        justify-content: center;
        cursor: pointer;
        width: 80px;
        font-size: 11px !important;
        text-align: center;
        transition: all 0.4s ease;
        text-decoration: none;
        -webkit-box-shadow: 0px 1px 4px 0px rgb(224, 224, 224);
        -moz-box-shadow: 0px 1px 4px 0px rgb(224, 224, 224);
        box-shadow: 0px 1px 4px 0px rgb(224, 224, 224);
    }

        .acciones:hover {
            background: #939393;
            color: #fff;
            border: 1px solid #004d9c;
        }

    .buscar {
        text-align: left;
        padding: 18px 22px !important;
    }

        .buscar label {
            color: #004d9c;
            font-size: 15px;
            font-weight: bold;
        }

    .buscarL {
        color: #004d9c;
        font-weight: bold;
        font-size: 17px;
    }

    .searchStyle {
        background: url(/Content/images/buscarIcono.jpg) left center no-repeat;
        border-radius: 5px;
        border-width: 0px;
        border: 1px solid #ddd;
        margin-left: 10px;
        padding: 6px 31px;
    }

    td.registro {
        color: #004d9c;
        font-size: 15px;
        text-align: left;
        border-left: none;
    }


    .paginador {
        width: 48%;
        display: inline-block;
    }

        .paginador h2 {
            display: inline-block;
            font-size: 14px;
            color: #868686;
        }

    .enlaces {
        display: inline-block;
        float: right;
        padding-left: 20px;
    }

    input#paginidor {
        border-width: 0px;
        border: 1px solid #ddd;
        margin-left: 10px;
        padding: 6px 5px;
        width: 20px;
    }

    .next {
        background: url(/Content/images/nextIcono.jpg) left top no-repeat;
        display: inline-block;
        height: 24px;
        vertical-align: middle;
        width: 19px;
    }


    .btnSearch {
        display: inline-block;
        border: none;
        border-bottom: 3px solid #d7641b;
        border-radius: 5px;
        color: #FFFFFF;
        padding: 7px 20px 7px 40px;
        font-weight: lighter;
        cursor: pointer;
        height: auto;
        width: auto;
        text-align: center;
        transition: all 0.4s ease;
        text-decoration: none;
        font-size: 14px;
    }

    .btnReset {
        display: inline-block;
        border: none;
        border-bottom: 3px solid #d7641b;
        border-radius: 5px;
        color: #FFFFFF;
        padding: 7px 20px 7px 40px;
        font-weight: lighter;
        cursor: pointer;
        height: auto;
        width: auto;
        text-align: center;
        transition: all 0.4s ease;
        text-decoration: none;
        font-size: 14px;
    }

    .export {
        background: #e96c1d url(/Content/images/exportIcono.png) 5px center no-repeat;
        display: inline-block;
        border: none;
        border-bottom: 3px solid #d7641b;
        border-radius: 5px;
        color: #FFFFFF;
        padding: 7px 20px 7px 40px;
        font-weight: lighter;
        cursor: pointer;
        height: auto;
        width: auto;
        text-align: center;
        transition: all 0.4s ease;
        text-decoration: none;
        font-size: 14px;
    }

        .export:hover {
            background: #e96c1d url(/Content/Images/exportIcono.png) 5px center no-repeat;
            opacity: 0.8;
        }


    .regist {
        background: #0067da url(/Content/Images/Add.png) 5px center no-repeat;
        display: inline-block;
        border: none;
        border-radius: 5px;
        color: #FFFFFF;
        padding: 6px 20px 6px 25px;
        font-weight: lighter;
        cursor: pointer;
        text-align: center;
        height: auto;
        width: auto;
        transition: all 0.4s ease;
        text-decoration: none;
        font-size: 14px;
        line-height: 20px; 
        font-family: 'Montserrat', sans-serif;
    }

        .regist:hover {
            background: #0067da url(/Content/Images/Add.png) 5px center no-repeat;
            opacity: 0.8;
        }

    .RegistDiable {
        background: #808080 url(/Content/Images/Add.png) 5px center no-repeat;
        display: inline-block;
        border: none;
        border-bottom: 3px solid #808080;
        border-radius: 5px;
        color: #FFFFFF;
        padding: 7px 20px 7px 40px;
        font-weight: lighter;
        cursor: pointer;
        text-align: center;
        height: auto;
        width: auto;
        transition: all 0.4s ease;
        text-decoration: none;
        font-size: 14px;
    }

        .RegistDiable:hover {
            background: #808080 url(/Content/Images/Add.png) 5px center no-repeat;
            opacity: 0.8;
        }

    .Edit {
        background: #004D9C url(/Content/Images/Edit.png) 5px center no-repeat;
        display: inline-block;
        border: none;
        border-bottom: 3px solid #004D9C;
        border-radius: 5px;
        color: #FFFFFF;
        padding: 7px 7px 7px 30px;
        font-weight: lighter;
        cursor: pointer;
        height: auto;
        width: auto;
        text-align: center;
        transition: all 0.4s ease;
        text-decoration: none;
        font-size: 14px;
    }

        .Edit:hover {
            background: #004D9C url(/Content/Images/Edit.png) 5px center no-repeat;
            opacity: 0.8;
        }

    .EditDisable {
        background: #808080 url(/Content/Images/Edit.png) 5px center no-repeat;
        display: inline-block;
        border: none;
        border-bottom: 3px solid #808080;
        border-radius: 5px;
        color: #FFFFFF;
        padding: 7px 7px 7px 30px;
        font-weight: lighter;
        cursor: pointer;
        height: auto;
        width: auto;
        text-align: center;
        transition: all 0.4s ease;
        text-decoration: none;
        font-size: 14px;
    }

        .EditDisable:hover {
            background: #808080 url(/Content/Images/Edit.png) 5px center no-repeat;
            opacity: 0.8;
        }

    .save {
        background: #118b20 url(/Content/images/save2.png) 5px center no-repeat;
        display: inline-block;
        border: none;
        border-bottom: 3px solid #12791f;
        border-radius: 5px;
        color: #FFFFFF;
        padding: 7px 7px 7px 30px;
        font-weight: lighter;
        cursor: pointer;
        text-align: center;
        height: auto;
        width: auto;
        transition: all 0.4s ease;
        text-decoration: none;
        font-size: 14px;
    }

        .save:hover {
            background: #118b20 url(/Content/images/save2.png) 5px center no-repeat;
            opacity: 0.8;
            box-shadow: 0 0 4px 0px #5f5d5d;
        }

    .cancel {
        background: #f80000 url(/Content/images/rechazar.png) 5px center no-repeat;
        display: inline-block;
        border: none;
        border-bottom: 3px solid #c10303;
        border-radius: 5px;
        color: #FFFFFF;
        padding: 7px 7px 7px 30px;
        font-weight: lighter;
        cursor: pointer;
        text-align: center;
        height: auto;
        width: auto;
        transition: all 0.4s ease;
        text-decoration: none;
        font-size: 14px;
    }

        .cancel:hover {
            background: #da3e3e url(../Content/images/rechazar.png) 5px center no-repeat;
            opacity: 0.8;
            box-shadow: 0 0 4px 0px #5f5d5d;
        }

    /* Boton Cerrar */
    .btn-close {
        background-image: url(../Images/Cerrar.png);
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
        top: 15px !important;
        right: 3px;
        background-size: 64%;
        border: none;
        cursor: pointer;
        transition: none !important;
    }

button.btn-close {
    background-image: url("../Images/Cerrar.png") !important; 
    background-color: #fff !important; 
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 64% !important;
    border: none !important;
    width: 40px; 
    height: 40px; 
    padding: 0 !important;
    cursor: pointer !important;
    overflow: hidden !important;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
}

    .Delete {
        background: #d41c1c url(../Content/images/Delete.png) 5px center no-repeat;
        display: inline-block;
        border: none;
        border-bottom: 3px solid #b30c0c;
        border-radius: 5px;
        color: #FFFFFF;
        padding: 7px 7px 7px 30px;
        font-weight: lighter;
        cursor: pointer;
        text-align: center;
        height: auto;
        width: auto;
        transition: all 0.4s ease;
        text-decoration: none;
        font-size: 14px;
    }

        .Delete:hover {
            background: #d41c1c url(../Content/images/Delete.png) 5px center no-repeat;
            opacity: 0.8;
        }


    .bClose {
        border: none;
        border-radius: 5px;
        color: #fff;
        background: #d21f00 url(../Content/images/documIcono.png) center center no-repeat;
        height: 30px;
        width: 32px;
        display: block;
        float: right;
        text-indent: -99999px;
    }

    /*Pie de p+agina - Footer*/
.site-footer {
    background-color: #8e5a2d; /* Marrón medio */
    color: #ffffff;
    padding: 10px 16px;
    margin-top: 10px;
    font-family: Arial, sans-serif;
    line-height: 1.4;
}

    .containerFooter {
        width: 100%;
        max-width: 90%; /* límite ancho */
        margin: 0 auto;
        padding: 0 12px;
        text-align: center;
    }

    .footer-row {
        display: flex;
        gap: 24px;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }


    .footer-col {
        flex: 1 1 30%;
        min-width: 220px;
    }

    /* espaciadores (ocultos visualmente en pantallas pequeñas) */
    .spacer {
        flex-basis: 100%;
        height: 12px;
    }

    .spacer-small {
        flex-basis: 100%;
        height: 8px;
    }

    .footer-title {
        margin: 0 0 8px 0;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
    }

    .ulFT {
        list-style: none;
        margin: 0;
        padding: 0;
        color: inherit;
        font-size: 13px;
    }

        .ulFT li {
            margin-bottom: 6px;
        }

    /* enlaces dentro del footer */
    .site-footer a {
        color: inherit; /* hereda color blanco */
        text-decoration: underline;
        word-break: break-word;
    }

    /* línea horizontal breve */
    .site-footer hr {
        border: none;
        border-top: 1px solid rgba(255,255,255,0.15);
        margin: 6px 0 10px 0;
    }


    .footer-bottom {
        margin-top: 18px;
        padding-top: 12px;
        border-top: 1px solid rgba(255,255,255,0.08);
        text-align: center;
        font-size: 13px;
        color: rgba(255,255,255,0.95);
    }


    @media (max-width: 768px) {
        .footer-col {
            flex: 1 1 100%;
            min-width: 100%;
        }

        .footer-row {
            gap: 12px;
        }

        .spacer, .spacer-small {
            height: 8px;
        }
    }

    @media (max-width: 420px) {
        .site-footer {
            padding: 18px 10px;
        }

        .footer-title {
            font-size: 13px;
        }

        .ulFT {
            font-size: 12px;
        }
    }


    .containerTF {
        width: 1200px;
        margin: 0px auto;
        text-align: center;
        color: #fff;
        font-weight: lighter;
    }

    .dropbtn2 {
        background: url(../Content/images/settings.png) center left no-repeat;
        padding: 16px 28px;
        border: none;
        cursor: pointer;
    }

    .dropdown2 {
        position: relative;
        display: inline-block;
    }

    .dropdown-content2 {
        display: none;
        font-weight: lighter;
        position: absolute;
        border: 1px solid #dededc;
        right: 0;
        background-color: #f8f8f8;
        min-width: 195px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

        .dropdown-content2 a {
            color: #808080;
            font-weight: lighter;
            font-size: 14px;
            padding: 9px 16px;
            border-bottom: 1px solid #dededc;
            text-decoration: none;
            padding-left: 35px;
            display: block;
        }

            .dropdown-content2 a.passw {
                background: url(/Content/images/contrasena.png) 5px center no-repeat;
            }

            .dropdown-content2 a.close {
                background: url(/Content/images/sesion.png) 5px center no-repeat;
            }

            .dropdown-content2 a.passw:hover {
                border-bottom: 2px solid #e96c1d;
            }

            .dropdown-content2 a.close:hover {
                border-bottom: 2px solid #e96c1d;
            }

    .dropdown2:hover .dropdown-content2 {
        display: block;
    }

    .dropdown2:hover .dropbtn2 {
        background-color: #eaeaea;
    }

    .cMenuBar {
        background: #004d9c;
        width: 100%;
        height: 49px;
    }

        .cMenuBar ul {
            list-style-type: none !important;
            height: 48px !important;
            padding: 0 !important;
            margin: 0px auto !important;
            float: none !important;
        }

            .cMenuBar ul.dynamic {
                width: auto !important;
            }

        .cMenuBar a {
            background-image: none !important;
        }

        .cMenuBar > ul > li > a {
            display: block;
            color: #fff;
            font-weight: lighter;
            text-align: center;
            padding: 15px 25px !important;
            text-decoration: none;
        }

        .cMenuBar > ul > li > ul > li > a {
            display: block;
            color: #808080;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-top: 1px solid #ddd;
            font-weight: lighter;
            text-align: center;
            font-size: 15px;
            padding: 10px 23px;
            text-decoration: none;
            background: #ffffff;
        }

        .cMenuBar > ul > li > ul > li:last-child > a {
            border-bottom: 1px solid #ddd;
            border-left: 1px solid #ddd;
        }

        .cMenuBar > ul > li > ul > li > a:hover {
            border-bottom: 2px solid #e96c1d;
        }

        .cMenuBar > ul > li > ul > li > ul a {
            display: block;
            color: #808080;
            font-weight: lighter;
            text-align: center;
            font-size: 15px;
            padding: 10px 24px;
            text-decoration: none;
            border-top: 1px solid #ddd;
            border-bottom: 2px solid transparent;
            border-right: 1px solid #ddd;
            background: #ffffff;
            border-left: 1px solid #ddd;
        }

            .cMenuBar > ul > li > ul > li > ul a:hover {
                border-bottom: 2px solid #e96c1d;
            }

        .cMenuBar > ul > li > ul > li > ul li:last-child a {
            border-left: 1px solid #ddd;
            border-bottom: 1px solid #a9a9a9;
        }

            .cMenuBar > ul > li > ul > li > ul li:last-child a:hover {
                border-bottom: 2px solid #e96c1d;
            }

    .Container {
        width: 1200px;
        margin: 0px auto;
    }

    .ContainerGV {
        width: 1200px;
        margin: 0px auto;
        overflow-x: auto;
    }

    .modRuta {
        padding: 10px 0;
        margin-left: 0;
        height: auto;
    }

        .modRuta li {
            display: inline-block;
            list-style: none;
            color: #6b6b6b;
            padding: 2px 0 2px 5px !important;
            fontcontainerD_2-size: 0.833em;
        }

            .modRuta li:first-child {
                border: none;
            }

            .modRuta li a {
                color: #004d9c;
                font-weight: lighter;
                padding: 0px;
            }


    a.manual {
        color: #6cb5ff;
        display: block;
        font-size: 14px;
        margin: 5px auto;
    }


    .w3-black, .w3-hover-black:hover {
        color: #fff;
        background-color: #000;
    }

    .w3-btn, .w3-button {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }


    .acciones {
        border: 1px solid #cccccc;
        border-radius: 4px;
        background: #ededed;
        color: #616161;
        padding: 6px 10px;
        display: inline-flex;
        margin: 0px 6px;
        font-weight: lighter;
        justify-content: center;
        cursor: pointer;
        width: 80px;
        font-size: 11px !important;
        text-align: center;
        transition: all 0.4s ease;
        text-decoration: none;
        -webkit-box-shadow: 0px 1px 4px 0px rgb(224, 224, 224);
        -moz-box-shadow: 0px 1px 4px 0px rgb(224, 224, 224);
        box-shadow: 0px 1px 4px 0px rgb(224, 224, 224);
    }

        .acciones:hover {
            background: #939393;
            color: #fff;
            border: 1px solid #004d9c;
        }

    .buscar {
        text-align: left;
        padding: 18px 22px !important;
    }

        .buscar label {
            color: #004d9c;
            font-size: 15px;
            font-weight: bold;
        }

    .buscarTitulo {
        text-align: center;
        padding: 18px 22px !important;
    }

        .buscarTitulo label {
            color: #004d9c;
            font-size: 15px;
            font-weight: bold;
        }

    .buscarL {
        color: #004d9c;
        font-weight: bold;
        font-size: 17px;
    }

    .searchStyle {
        background: url(/Content/images/buscarIcono.jpg) left center no-repeat;
        border-radius: 5px;
        border-width: 0px;
        border: 1px solid #ddd;
        margin-left: 10px;
        padding: 6px 31px;
    }

    td.registro {
        color: #004d9c;
        font-size: 15px;
        text-align: left;
        border-left: none;
    }

    .paginador {
        width: 48%;
        display: inline-block;
    }

        .paginador h2 {
            display: inline-block;
            font-size: 14px;
            color: #868686;
        }

    .enlacesEnviar {
        display: inline-block;
        padding-left: 800px;
    }

    .enlacesAsignCenter {
        display: inline-block;
        padding-left: 960px;
        padding-top: 20px;
    }

    input#paginidor {
        border-width: 0px;
        border: 1px solid #ddd;
        margin-left: 10px;
        padding: 6px 5px;
        width: 20px;
    }

    .next {
        background: url(/Content/images/nextIcono.jpg) left top no-repeat;
        display: inline-block;
        height: 24px;
        vertical-align: middle;
        width: 19px;
    }

    .w3-black {
        border: 1px solid #cccccc;
        border-radius: 4px;
        background: #ededed;
        color: #616161;
        padding: 7px 10px;
        display: inline-flex;
        font-weight: lighter;
        justify-content: center;
        cursor: pointer;
        width: 101px;
        font-size: 14px !important;
        text-align: center;
        transition: all 0.4s ease;
        text-decoration: none;
    }

        .w3-black:hover {
            background: #005fd8;
            color: #fff;
            border: 1px solid #004d9c;
        }

    button, html [type=button], [type=reset], [type=submit] {
        -webkit-appearance: button;
    }

    button, select {
        text-transform: none;
    }

    .w3-modal {
        z-index: 3;
        display: none;
        padding-top: 100px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.4)
    }

    .w3-button:hover {
        color: #000;
        background-color: #ccc;
    }

    .w3-modal-content h2 {
        background: #004d9c;
        text-align: left;
        font-size: 16px;
        color: #fff;
        padding: 13px 10px;
    }

    .w3-display-topright {
        color: #fff;
        font-size: 15px;
        background: #00a017;
        width: auto;
        border-radius: 6px;
        left: 50%;
        bottom: 0%;
        transition: all 0.4s ease;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, 50%);
        padding: 17px 70px;
        text-transform: uppercase;
    }

    .tooltip {
        position: relative;
        display: inline-block;
        padding: 0px 10px;
        font-size: 11px;
        text-align: left;
    }

        .tooltip .tooltiptext {
            visibility: hidden;
            background-color: #004d9c;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 5px 5px;
            position: absolute;
            z-index: 1;
            width: auto !important;
            bottom: 100%;
            left: 50%;
            margin-left: -60px;
        }

            .tooltip .tooltiptext::after {
                content: " ";
                position: absolute;
                top: 100%;
                left: 50%;
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                border-color: #004d9c transparent transparent transparent;
            }

        .tooltip:hover .tooltiptext {
            visibility: visible;
        }

    .modalBackground {
        background-color: Black;
        filter: alpha(opacity=90);
        opacity: 0.8;
    }


    .containerTF {
        width: 1200px;
        margin: 0px auto;
        text-align: center;
        color: #fff;
        font-weight: lighter;
    }

    a.manual {
        color: #6cb5ff;
        display: block;
        font-size: 14px;
        margin: 5px auto;
    }

    .w3-black, .w3-hover-black:hover {
        color: #fff;
        background-color: #000;
    }

    .w3-btn, .w3-button {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .w3-black {
        border: 1px solid #cccccc;
        border-radius: 4px;
        background: #ededed;
        color: #616161;
        padding: 7px 10px;
        display: inline-flex;
        font-weight: lighter;
        justify-content: center;
        cursor: pointer;
        width: 101px;
        font-size: 14px !important;
        text-align: center;
        transition: all 0.4s ease;
        text-decoration: none;
    }

        .w3-black:hover {
            background: #005fd8;
            color: #fff;
            border: 1px solid #004d9c;
        }

    button, html [type=button], [type=reset], [type=submit] {
        -webkit-appearance: button;
    }

    button, select {
        text-transform: none;
    }

    .w3-modal {
        z-index: 3;
        display: none;
        padding-top: 100px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.4)
    }

    .w3-button:hover {
        color: #000;
        background-color: #ccc;
    }

    .w3-modal-content h2 {
        background: #004d9c;
        text-align: left;
        font-size: 16px;
        color: #fff;
        padding: 13px 10px;
    }

    .w3-display-topright {
        color: #fff;
        font-size: 15px;
        background: #00a017;
        width: auto;
        border-radius: 6px;
        position: absolute;
        left: 50%;
        bottom: 0%;
        transition: all 0.4s ease;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, 50%);
        padding: 17px 70px;
        text-transform: uppercase;
    }

    .tooltip {
        position: relative;
        display: inline-block;
        padding: 0px 10px;
        font-size: 11px;
        text-align: left;
    }

        .tooltip .tooltiptext {
            visibility: hidden;
            background-color: #004d9c;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 5px 5px;
            position: absolute;
            z-index: 1;
            width: auto !important;
            bottom: 100%;
            left: 50%;
            margin-left: -60px;
        }

            .tooltip .tooltiptext::after {
                content: " ";
                position: absolute;
                top: 100%;
                left: 50%;
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                border-color: #004d9c transparent transparent transparent;
            }

        .tooltip:hover .tooltiptext {
            visibility: visible;
        }

    .modalBackground {
        background-color: white;
        filter: alpha(opacity=90);
        opacity: 0.8;
    }

.ModalPopup {
    margin: auto;
    background-color: white !important;
    position: relative;
    display: inline-block;
    padding: 0;
    outline: 0;
    border-radius: 8px;
    border: 1px solid #e67e22;
    opacity: 1;
    overflow-y: auto;
}

@media screen and (max-width: 800px) {
    .ModalPopup {
        width: 90% !important; /* ocupa casi todo el ancho */
        height: auto !important; /* ajusta el alto al contenido */
        max-height: 90vh !important; /* nunca más del 90% de la altura visible */
        overflow-y: auto !important; /* scroll solo si el contenido lo necesita */
        padding: 10px !important; /* más aire interior */
        border-radius: 6px !important;
        position: fixed !important; /* centra en viewport */
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
}

    .modalPopupMSG {
        background-color: #FFFFFF;
        border-width: 3px;
        border-style: solid;
        border-color: black;
        padding: 10px 20px;
        top: 40px !important;
        padding-top: 20px;
        max-height: 400px;
    }

    .text-danger {
        color: #e96c1d;
        Font-Size: small;
    }


    .totalRows {
        color: #004d9c;
        font-size: 15px;
        text-align: left;
        border-left: none
    }

    .search {
        padding: 0px 20px;
    }

    .detailP {
        color: #2E74F5;
    }

    .totalRowsc {
        display: block;
        float: right;
    }

    .showRow {
        display: table-cell !important;
        text-align: left !important;
        padding: 8px 10px !important;
        line-height: 20px;
    }

    span.plusC {
        color: #d20000;
        display: block;
        margin: 0px 7px;
    }

    span.lessC {
        color: #059e2e;
        display: block;
        margin: 0px 7px;
    }

    span.contentStatus {
        display: inline-block;
        background: #ffd600;
        color: #636363;
        padding: 2px 7px;
        border-radius: 5px;
    }

    .lblStatus {
        color: #004d9c;
        font-weight: bold;
        font-size: 14px;
    }

    .asignadoAverias {
        background: #118b20;
        border-radius: 5px;
        padding: 2px 5px;
        font-size: 12px;
        color: #fff;
    }

    .enRegistro {
        background: #ffd600;
        border-radius: 5px;
        padding: 2px 5px;
        font-size: 12px;
        color: #fff;
    }

    .pRegistroMarca {
        background: #e47908;
        border-radius: 5px;
        padding: 2px 5px;
        font-size: 12px;
        color: #fff;
    }

    .pAsignacion {
        background: #e40811;
        border-radius: 5px;
        padding: 2px 5px;
        font-size: 12px;
        color: #fff;
    }

    .pAsignacionCentr {
        background: #0891e4;
        border-radius: 5px;
        padding: 2px 5px;
        font-size: 12px;
        color: #fff;
    }

    .paginatorC td {
        border-left: none !important;
        padding: 3px 0px !important;
    }

        .paginatorC td::first-child {
            border-left: none !important;
            padding: 3px 05px !important;
        }

    .paginatorC span {
        font-size: 12px;
        padding: 0px 2px;
        font-family: 'Montserrat', sans-serif;
        color: #e96c1d;
    }

    .paginatorC a {
        font-size: 12px;
        color: #003569;
        text-decoration: none;
        padding: 0px 2px;
        font-family: 'Montserrat', sans-serif;
    }

    option {
        background: #fff;
        color: #3e3e3e;
        margin: 7px 0px;
    }

    .Trazability {
        padding: 0px 20px;
    }

    .imgPanoptic {
        float: right;
        margin-top: -22px;
        margin-right: 6px;
    }

    .camptext {
        width: 49%;
        display: inline-block;
        margin: 16px 0px;
    }

    .camptext2 {
        width: 33%;
        display: inline-block;
        margin: 16px 0px;
    }

    .camptext3 {
        width: 30%;
        display: inline-block;
        margin: 16px 0px;
        position: relative;
        bottom: 3px;
    }

    .camptext4 {
        width: 50%;
        display: inline-block;
        margin: 16px 0px;
    }

    .containerD textarea, .containerD input[type="text"], .containerD select {
        width: 80%;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 7px 0px;
    }

    .tittleD {
        color: #0070be;
    }

    label.tittleD {
        margin-left: 0 !important;
    }

    .containerD {
        border: 1px dashed #ddd;
        font-size: 15px;
        padding: 0px 20px;
    }

    .guardar {
        background: #118b20 url(/Content/Images/save.png) 9px center no-repeat;
        display: inline-block;
        border-bottom: 3px solid #346801 !important;
        border: none;
        border-radius: 8px;
        color: #FFFFFF;
        padding: 8px 16px 8px 40px;
        font-weight: lighter;
        cursor: pointer;
        text-align: center;
        height: auto;
        width: auto;
        transition: all 0.4s ease;
        text-decoration: none;
        font-size: 15px;
    }

    .cancelar {
        background: #eb0c0d url(/Content/Images/exit.png) 9px center no-repeat;
        display: inline-block;
        border-bottom: 3px solid #a60000 !important;
        border: none;
        border-radius: 8px;
        color: #FFFFFF;
        padding: 8px 16px 8px 40px;
        font-weight: lighter;
        cursor: pointer;
        text-align: center;
        height: auto;
        width: auto;
        transition: all 0.4s ease;
        text-decoration: none;
        font-size: 15px;
    }

    /*Botón cargar archivo*/ 
.subir {
    background: url(/Content/Images/AdjuntarArchicos.png) -0px center no-repeat;
    background-size: 35px;
    display: inline-block;
    border: none;
    border-radius: 20px;
    border: 0.1px solid #6a6a6a;
    text-indent: -99999px;
    padding: 5px 18px;
    cursor: pointer;
    margin-left: 0px;
    height: 35px;
    width: 5px;
    transition: all 0.4s ease;
    text-decoration: none;
}

    .subirProd {
        background: #0096c5 url(/Content/Images/Adjuntar.png) center no-repeat;
        display: inline-block;
        border: none;
        border-radius: 18px;
        text-indent: -99999px;
        padding: 10px 18px;
        cursor: pointer;
        height: auto;
        width: 0px;
        transition: all 0.4s ease;
        text-decoration: none;
        bottom: -10px;
        position: relative;
    }

    .download {
        background: #0096c5 url(/Content/Images/download.png) center no-repeat;
        display: inline-block;
        border: none;
        border-radius: 50%;
        text-indent: -99999px;
        padding: 10px 19px;
        cursor: pointer;
        /* margin-left: 20px; */
        height: 36px;
        width: 0px !important;
        transition: all 0.4s ease;
        text-decoration: none;
    }

    .downloadExcel {
        background: #0096c5 url(/Content/Images/excel.png) center no-repeat;
        display: inline-block;
        border: none;
        border-radius: 50%;
        text-indent: -99999px;
        padding: 10px 19px;
        cursor: pointer;
        /* margin-left: 20px; */
        height: 36px;
        width: 0px !important;
        transition: all 0.4s ease;
        text-decoration: none;
    }

    .cancelar2 {
        background: #c21818 url(/Content/Images/Delete.png) center no-repeat;
        display: inline-block;
        border: none;
        border-radius: 18px;
        text-indent: -99999px;
        padding: 10px 19px;
        cursor: pointer;
        height: auto;
        width: auto;
        transition: all 0.4s ease;
        text-decoration: none;
    }

    .cancelar3 {
        background: #c21818 url(/Content/Images/Delete.png) center no-repeat;
        display: inline-block;
        border: none;
        border-radius: 18px;
        text-indent: -99999px;
        padding: 10px 19px;
        cursor: pointer;
        height: auto;
        width: auto;
        transition: all 0.4s ease;
        text-decoration: none;
        bottom: -10px;
        position: relative;
    }

    .txtAdjuntar {
        position: relative !important;
        right: 10px !important;
    }

    .btn-custom {
        background-color: #ffffff; /* color de fondo personalizado */
        border: 1px solid #000000; /* borde personalizado */
        color: #000000; /* color del texto personalizado */
        padding: 5px 10px; /* espaciado interno personalizado */
        margin-right: 15px; /* margen derecho personalizado */
    }

        .btn-custom.active {
            background-color: #CAFF57; /* color de fondo personalizado para el botón activo */
            color: #ffffff; /* color del texto personalizado para el botón activo */
        }

    /* Estilo para la primera fila */
    #GrvConsulta tr:first-child {
        background-color: black !important;
    }

        /* Estilo para el texto de la primera fila */
        #GrvConsulta tr:first-child td {
            color: white !important;
        }

    .header {
        text-align: center;
        padding: 5px; /* Ajusta el espacio alrededor del texto según sea necesario */
        font-weight: bold;
    }

    .header-column {
        text-align: center;
        background-color: #f0f0f0;
        padding: 5px; /* Ajusta el espacio alrededor del texto según sea necesario */
    }

    .colorIconoCarrusel {
        color: aqua;
    }

    .miGridViewStyle {
        border-radius: 9px;
        overflow: hidden; /* Esto asegura que el borde de radio se aplique correctamente */
        border: 1px solid #ccc; /* Añadir un borde */
        background-color: #f9f9f9; /* Cambiar el color de fondo */
        /* Añadir más estilos según sea necesario */
    }

    .cancelar4 {
        background: #c21818 url(/Content/Images/Delete.png) center no-repeat;
        display: inline-block;
        border: none;
        border-radius: 18px;
        text-indent: -99999px;
        padding: 10px 19px;
        cursor: pointer;
        height: auto;
        width: auto;
        transition: all 0.4s ease;
        text-decoration: none;
        bottom: -13px;
        position: relative;
    }


    .validado {
        background: #118b20;
        display: inline-block;
        border-bottom: 3px solid #d7641b;
        border: none;
        border-radius: 8px;
        color: #FFFFFF;
        padding: 6px 10px;
        font-weight: lighter;
        cursor: pointer;
        text-align: center;
        height: auto;
        width: auto;
        transition: all 0.4s ease;
        text-decoration: none;
        font-size: 14px;
    }

    .pendiente {
        background: #e57700;
        display: inline-block;
        border-bottom: 3px solid #d7641b;
        border: none;
        border-radius: 8px;
        color: #FFFFFF;
        padding: 6px 10px;
        font-weight: lighter;
        cursor: default;
        text-align: center;
        height: auto;
        width: auto;
        transition: all 0.4s ease;
        text-decoration: none;
        font-size: 14px;
    }

    .inputFlow {
        width: 33%;
        margin-left: 20px;
        border-radius: 4px;
        border: 1px solid #ddd;
        padding: 7px 0px;
    }

    .w3-table-all2 label, .flow {
        font-size: 16px;
        color: #004d9c;
        padding-bottom: 4px;
        margin-left: 20px;
    }

    .comments {
        width: 80%;
        margin-left: 20px;
        border-radius: 4px;
        border: 1px solid #ddd;
        padding: 7px 0px;
    }

    .w3-modal {
        z-index: 3;
        display: none;
        padding-top: 100px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0, 0, 0, 0.58);
    }

    .w3-modal-content {
        margin: auto;
        background-color: #fff;
        position: relative;
        padding: 0;
        outline: 0;
        border-radius: 8px;
        border: 3px solid #0067da;
        width: 600px;
    }

    .w4-modal-content {
        margin: auto;
        background-color: #fff;
        padding: 0;
        outline: 0;
        border-radius: 8px;
        border: 3px solid #0067da;
        overflow: auto;
        height: 600px;
    }

    h2.tittlePopUp {
        text-align: center;
        font-size: 16px;
        color: #004d9c;
    }

    h2.tittlePopUpEncabezado {
        background: url(/Content/Images/info.png) top center no-repeat;
        text-align: center;
        font-size: 16px;
        color: #616161;
        padding: 13px 10px;
        padding-top: 50px;
    }

    .w3-button {
        border-radius: 20px;
        display: inline-block;
        padding: 2px 10px;
        vertical-align: middle;
        font-size: 20px;
        overflow: hidden;
        text-decoration: none;
        background: #fff;
        color: inherit;
        text-align: center;
        cursor: pointer;
        white-space: nowrap;
    }

        .w3-button:hover {
            color: #fff;
            background-color: #00b51a;
        }

    .ContainerPopUp {
        overflow: hidden;
        min-height: 100px;
        font-size: 15px;
        margin-bottom: 20px;
        padding: 10px 20px;
        text-align: center;
        line-height: 1.3em;
    }

    .w3-display-topright:hover, .w3-display-topright3:hover {
        color: #fff;
        background-color: #00b51a;
    }

    .w3-display-topright2:hover, .w3-display-topright4:hover {
        color: #fff;
        background-color: #ff5555;
    }

    .w3-display-topright4 {
        color: #fff;
        font-size: 15px;
        background: #ec0c0c;
        width: auto;
        border-radius: 6px;
        position: absolute;
        left: 55%;
        bottom: 0%;
        transition: all 0.4s ease;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-45%, 50%);
        padding: 17px 20px;
        text-transform: uppercase;
    }

    .w3-display-topright3 {
        color: #fff;
        font-size: 15px;
        background: #00a017;
        width: auto;
        border-radius: 6px;
        position: absolute;
        left: 44%;
        bottom: 0%;
        transition: all 0.4s ease;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-44%, 50%);
        padding: 17px 25px;
        text-transform: uppercase;
    }

    .CopyImg {
        background-image: url(/Content/Images/copy.png) !important;
        background-size: 27px !important;
        background-repeat: no-repeat !important;
        background-position: right !important;
    }

    h2.tituloTable {
        COLOR: #0168df;
        font-size: 16px;
        text-align: left;
    }

    .look {
        background: url(/Content/Images/look.jpg) center no-repeat;
        display: inline-block;
        text-indent: -99999px;
        cursor: pointer;
        height: 27px !important;
        width: 27px !important;
        transition: all 0.4s ease;
        text-decoration: none;
        border: none;
    }

    .deleteItem {
        background: url(/Content/Images/cancel.jpg) center no-repeat;
        display: inline-block;
        text-indent: -99999px;
        cursor: pointer;
        height: 27px !important;
        width: 27px !important;
        transition: all 0.4s ease;
        text-decoration: none;
        border: none;
    }

    .subtile {
        font-weight: bold;
    }

    #divInputFile {
        bottom: 23px;
        position: relative;
    }

    #divInputFileProd {
        bottom: 19px;
        position: relative;
    }

    #divInputFileBotones {
        bottom: 30px;
        position: relative;
    }

    #divHTML {
        text-align: left;
    }

    .blockMe {
        position: fixed;
        top: 0;
        left: 0;
        background-color: black;
        z-index: 99;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        min-height: 100%;
        width: 100%;
        display: none;
        filter: alpha(opacity=90);
        opacity: 0.8;
    }

    .loading {
        font-family: 'Montserrat', sans-serif;
        font-size: 10pt;
        width: 200px;
        height: 200px;
        display: none;
        position: fixed;
        z-index: 999;
        background-repeat: no-repeat;
        background-image: url(/Content/Images/loading7.gif);
        background-position: center;
    }

    .txtUploadc {
        width: 20% !important;
    }

    .hideGridColumn {
        display: none !important;
    }


    /*----------------Segmento para control Ajax Accordion--------------*/
    .AccordionHeader {
        border: 1px solid #2F4F4F;
        color: white;
        background-color: #4A5865;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: bold;
        padding: 5px;
        margin-top: 5px;
        cursor: pointer;
    }

    .AccordionContent {
        background-color: #CED5DE;
        border: 1px dashed #2F4F4F;
        border-top: none;
        padding: 5px;
        padding-top: 10px;
    }

    a.Accordion:link {
        font-family: 'Montserrat', sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: Black;
        text-decoration: none;
    }

    a.Accordion:visited {
        font-family: 'Montserrat', sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: Black;
        text-decoration: none;
    }

    ul .Accordion {
        text-align: left;
        margin-top: 5px;
        margin-left: -20px;
    }

    li .Accordion {
        margin-left: 1px;
    }


    /*----------------Calendar Control CSS--------------*/
    .cal_Theme1 .ajax__calendar_container {
        background-color: #DEF1F4;
        border: solid 1px #77D5F7;
    }

    .cal_Theme1 .ajax__calendar_header {
        background-color: #ffffff;
        margin-bottom: 4px;
    }

    .cal_Theme1 .ajax__calendar_title,
    .cal_Theme1 .ajax__calendar_next,
    .cal_Theme1 .ajax__calendar_prev {
        color: #004080;
        padding-top: 3px;
    }

    .cal_Theme1 .ajax__calendar_body {
        background-color: #ffffff;
        border: solid 1px #77D5F7;
    }

    .cal_Theme1 .ajax__calendar_dayname {
        text-align: center;
        font-weight: bold;
        margin-bottom: 4px;
        margin-top: 2px;
        color: #004080;
    }

    .cal_Theme1 .ajax__calendar_day {
        color: #004080;
        text-align: center;
    }

    .cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
    .cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
    .cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
    .cal_Theme1 .ajax__calendar_active {
        color: #004080;
        font-weight: bold;
        background-color: #DEF1F4;
    }

    .cal_Theme1 .ajax__calendar_today {
        font-weight: bold;
    }

    .cal_Theme1 .ajax__calendar_other,
    .cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
    .cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
        color: #bbbbbb;
    }

    .SelectDisableInput {
        color: rgb(84, 84, 84);
        background-color: rgb(235, 235, 228);
    }

    /* Estilo del botòn regresar */
    .btn-back {
        background: url(/Content/Images/back-arrow.svg) 14px center no-repeat, #eb0c0d;
        display: inline-block;
        background-size: 25%;
        border-bottom: 3px solid #a60000 !important;
        border: none;
        border-radius: 8px;
        color: #FFFFFF;
        padding: 8px 16px 8px 40px;
        font-weight: lighter;
        cursor: pointer;
        text-align: center;
        height: auto;
        width: auto;
        transition: all 0.4s ease;
        text-decoration: none;
        font-size: 15px;
    }

    .carousel-indicators {
        left: -100px;
    }
    /* Margen de recordar contraseña*/
    #MainContent_ForgotPasswordHyperLink {
        padding-top: 10px;
        display: block;
    }


    #MainContent_gvUser_cblRoles_0 td {
        border-left: 0px solid #ddd;
    }

    .clase_table_Cuerpo {
        border-collapse: separate;
        border-spacing: 0;
        border: 2px solid #004d9c;
        border-radius: 13px;
        -moz-border-radius: 18px;
        padding: 0px;
        background-color: #eeeeee;
    }

    .clase_table_Cuerpo {
        border-collapse: separate;
        border-spacing: 0;
        border: 2px solid #004d9c;
        border-radius: 13px;
        -moz-border-radius: 18px;
        padding: 0px;
        background-color: #eeeeee;
    }

.auto-style7 {
    font-family: 'Montserrat', sans-serif !important;
    border-collapse: separate;
    border-spacing: 0;
    /*border: 2px solid #2F579B;*/
    border-radius: 13px;
    -moz-border-radius: 18px;
    padding: 1% 3%;
    background-color: #F5F4F4;
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto; 
}



/*Checkbox Tyc*/

.styled-checkbox input[type="checkbox"],
input[type="checkbox"].styled-checkbox {
    accent-color: #8e5a2d !important;
    transform: scale(1.2);
    cursor: pointer;
    margin: 0px 10px;
}

    input[type="checkbox"].styled-checkbox:checked {
        outline: 2px solid #8e5a2d !important;
        background-color: #8e5a2d !important;
    }


/*Datos de notificación*/

.label-td {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    padding: 8px;
    white-space: normal;
    width: 30%;
}

.input-td {
    padding: 8px;
    /*width: 50%;*/
    width: auto;
    min-width: 150px
}

.nota-recuerde {
    margin-top: 15px;
    font-size: 10pt;
    text-align: center;
    text-justify: inter-word;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 768px) {
    .tabla-notificacion tr td {
        display: contents;
        width: 100% !important;
        text-align: left !important;
    }

    .tabla-notificacion .label-td {
        font-weight: 600;
        margin-top: 10px;
    }

    .tabla-notificacion .input-td {
        margin-bottom: 10px;
    }

    .tabla-notificacion tr {
        display: block;
        margin-bottom: 1rem;
    }

    .tabla-notificacion {
        padding: 1rem;
        margin-left: -15px;
    }

    .btn-validar-correo {
        display: block !important;
        margin: 10px auto !important;
        width: 80% !important;
        text-align: center !important;
    }
}

/*secciónContraseña*/

.tabla-password {
    font-family: 'Montserrat', sans-serif !important;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 13px;
    -moz-border-radius: 18px;
    padding: 1% 3%;
    background-color: #F5F4F4;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

    .tabla-password td {
        padding: 8px;
        font-family: 'Montserrat', sans-serif;
        font-size: small;
        vertical-align: middle;
        box-sizing: border-box;
    }

.label-pass {
    text-align: right;
    font-weight: 500;
    white-space: nowrap;
}

.tabla-password .form-control,
.tabla-password input[type="text"],
.tabla-password input[type="password"],
.tabla-password input[type="date"],
.tabla-password select {
    width: 100% !important; 
    max-width: 320px; 
    box-sizing: border-box;
}


.tabla-password[style] {   
    margin-left: 0;
    transform: none;
}


@media (max-width: 768px) {
    .tabla-password tr {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .tabla-password td {
        width: 100% !important;
        text-align: left !important;
    }

    .label-pass {
        margin-top: 10px;
    }

    .tabla-password input[type="text"],
    .tabla-password input[type="password"] {
        width: 100% !important;
        max-width: none !important;
    }
}


/*Botones_CancelaryCrearUsuario*/

.auto-style7.actions-table {
    width: 100% !important;
    box-sizing: border-box;
    padding: 12px 18px;
    margin: 0px 0px 0px 13px;
    position: relative;
    left: 0 !important;
    top: 0 !important;
}

    .auto-style7.actions-table tr {
        display: flex !important;
        gap: 20px;
        justify-content: center; 
        align-items: center;
        flex-wrap: wrap; 
        margin: 0;
        padding: 0;
    }

.actions-table {
    width: 100%;
    box-sizing: border-box;
}

    .actions-table .action-cell {
        text-align: center;
        padding: 10px;
        vertical-align: middle;
    }

    .actions-table .button.ccbtn {
        display: inline-block;
        width: 260px; 
        max-width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .actions-table td .spacer {
        display: none;
    }

@media (max-width: 1199px) {
    .actions-table tr {
        display: flex;
        gap: 18px;
        flex-wrap: wrap;
        justify-content: center; 
        align-items: center;
    }

    .actions-table .action-cell {
        flex: 1 1 45%; 
        max-width: 45%;
        box-sizing: border-box;
        text-align: center;
    }

    .actions-table .button.ccbtn {
        width: 100%;
        max-width: 320px; 
    }
}

@media (max-width: 991px) {
    .actions-table tr {
        display: block;
    }

    .actions-table .action-cell {
        display: block;
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 12px;
    }

    .actions-table .button.ccbtn {
        width: 90% !important; 
        max-width: 420px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (max-width: 576px) {
    .actions-table .action-cell {
        margin-bottom: 16px;
    }
}


@media (max-width: 768px) {
    .auto-style7.actions-table .btn-save,
    .auto-style7 .btn-save,
    .button.ccbtn.btn-save {
        width: 90% !important; 
        max-width: 420px !important;
        font-size: 14px !important; 
        padding: 10px 14px !important;
        box-sizing: border-box !important;
    }
}

/*CreaciónPersonaJurírica*/

.responsive-identificacion {
    font-family: 'Montserrat', sans-serif !important;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 13px;
    padding: 1% 3%;
    background-color: #F5F4F4;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden; 
}

    .responsive-identificacion .label-td {
        text-align: right;
        font-size: small;
        padding: 8px;
        vertical-align: middle;
        white-space: normal; 
    }

    .responsive-identificacion .input-td {
        padding: 8px;
    }

.nit-group {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
}

    .nit-group .nit-sep {
        display: inline-block;
        padding: 0 6px;
    }

.responsive-identificacion .form-control,
.responsive-identificacion input,
.responsive-identificacion select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

#txtNumVerificacion {
    width: 56px !important; 
    max-width: 56px !important;
}

@media (max-width: 992px) and (min-width: 768px) {
    .responsive-identificacion tr {
        display: grid;
        grid-template-columns: 1fr 1fr; 
        gap: 8px 16px;
        align-items: center;
    }

        .responsive-identificacion tr:first-child {
            grid-column: 1 / -1;
        }

    .responsive-identificacion .label-td,
    .responsive-identificacion .input-td {
        display: block;
        width: 100%;
        text-align: left !important;
    }

    .nit-group {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .responsive-identificacion {
        padding: 12px;
    }

        .responsive-identificacion tr {
            display: block;
            margin-bottom: 10px;
        }

        .responsive-identificacion td {
            display: block;
            width: 100% !important;
            text-align: left !important;
            box-sizing: border-box;
        }

        .responsive-identificacion .label-td {
            margin-bottom: 6px;
            font-weight: 600;
        }

    .nit-group {
        justify-content: flex-start;
        gap: 6px;
    }

   
    .responsive-identificacion {
        overflow-x: hidden;
    }

        
        .responsive-identificacion[style] {
            left: 0 !important;
            top: 0 !important;
            margin-left: 0 !important;
        }
}

/*AspirantepersonaNatural*/

.auto-style7.form-table {
    font-family: 'Montserrat', sans-serif !important;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 13px;
    padding: 18px; 
    background-color: #F5F4F4;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden; 
    margin: 0 auto 20px;
    table-layout: fixed; 
}

    .auto-style7.form-table td {
        padding: 8px 10px;
        vertical-align: middle;
        box-sizing: border-box;
        word-wrap: break-word;
    }

    .auto-style7.form-table .label-td {
        text-align: right;
        font-size: 0.9rem;
        color: #333;
        width: 22%; 
        white-space: normal;
        padding-right: 12px;
    }

   
    .auto-style7.form-table .input-td {
        text-align: left;
        width: 28%;
    }

    .auto-style7.form-table td[colspan] {
        width: 100%;
    }

    .auto-style7.form-table .input-td .form-control,
    .auto-style7.form-table .input-td input,
    .auto-style7.form-table .input-td select {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .auto-style7.form-table .TituloFechas {
        font-weight: 700;
        margin: 0 0 8px 0;
        color: #4472CE;
        text-align: left;
    }
       
    .auto-style7.form-table .w3-table-all,
    .auto-style7.form-table .button {
        max-width: 100%;
        box-sizing: border-box;
    }


@media (max-width: 991px) {

    .auto-style7.form-table,
    .auto-style7.form-table tbody,
    .auto-style7.form-table tr {
        display: block;
        width: 100%;
    }

        .auto-style7.form-table td {
            display: block;
            width: 100% !important;
            text-align: left !important;
            padding: 8px 12px;
        }

        .auto-style7.form-table .label-td {
            text-align: left;
            font-weight: 600;
            margin-bottom: 6px;
        }

      
        .auto-style7.form-table .input-td .form-control,
        .auto-style7.form-table .input-td input,
        .auto-style7.form-table .input-td select {
            width: 100% !important;
            max-width: 100% !important;
        }

        
        .auto-style7.form-table tr {
            margin-bottom: 14px;
        }

        .auto-style7.form-table .w3-table-all {
            overflow-x: auto;
            display: block;
        }
}


@media (min-width: 768px) and (max-width: 991px) {
    .auto-style7.form-table {
        padding: 16px;
    }

        .auto-style7.form-table .label-td {
            width: 30%;
        }

        .auto-style7.form-table .input-td {
            width: 20%;
        }
}

/*Desplegables_DropDownList*/
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff8f0; /* ocre muy claro */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23b36b00' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px;
    padding-right: 35px;
    border: 1px solid #d3b182;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #333;
}

/*Style7--->8*/
.auto-style8.form-table {
    font-family: 'Montserrat', sans-serif !important;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 13px;
    padding: 18px;
    background-color: #F5F4F4;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 20px;
    table-layout: auto;
}

    .auto-style8.form-table td {
        padding: 8px 10px;
        vertical-align: middle;
        box-sizing: border-box;
        word-wrap: break-word;
    }

    .auto-style8.form-table .label-tdPN {
        text-align: right;
        font-size: 0.9rem;
        color: #333;
        width: 22%;
        white-space: normal;
        padding-right: 12px;
    }


    .auto-style8.form-table .input-tdPN {
        text-align: left;
        width: 28%;
        box-sizing: border-box;
    }

    .auto-style7.form-table td[colspan] {
        width: 100%;
    }

.auto-style8.form-table .input-tdPN .form-control,
.auto-style8.form-table .input-tdPN input,
.auto-style8.form-table .input-tdPN select,
.auto-style8.form-table .input-tdPN textarea {
    width: 100%;
    max-width: 100%;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

    .auto-style8.form-table .TituloFechas {
        font-weight: 700;
        margin: 0 0 8px 0;
        color: #4472CE;
        text-align: left;
    }

    .auto-style8.form-table .w3-table-all,
    .auto-style8.form-table .button {
        max-width: 100%;
        box-sizing: border-box;
    }


/*Style8--->9*/
.auto-style9.form-table {
    font-family: 'Montserrat', sans-serif;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 13px;
    background-color: #F5F4F4;
    width: 100%;
    padding: 18px;
    box-sizing: border-box;
    margin: 0 auto 20px;
    table-layout: fixed; 
    overflow: hidden;
}

    .auto-style9.form-table td {
        padding: 8px 10px;
        vertical-align: middle;
        box-sizing: border-box;
        word-wrap: break-word;
    }

    /* Título de la sección */
    .auto-style9.form-table .section-title {
        font-weight: bold;
        font-size: 1rem;
        padding: 10px 0;
    }

    /* Etiquetas */
    .auto-style9.form-table .label-td {
        text-align: right;
        font-size: 0.9rem;
        color: #333;
        white-space: normal;
        padding-right: 8px;
        width: 18%;
    }

    /* Celdas de entrada */
    .auto-style9.form-table .input-td {
        text-align: left;
        width: 15%;
        box-sizing: border-box;
    }

        /* Controles dentro de input-td */
        .auto-style9.form-table .input-td .form-control,
        .auto-style9.form-table .input-td .form-select {
            width: 100%;
            max-width: 100%;
            font-family: 'Montserrat', sans-serif;
            font-size: 0.9rem;
            border: 1px solid #ccc;
            border-radius: 6px;
            padding: 5px 8px;
            box-sizing: border-box;
        }

@media (max-width: 990px) {
    .auto-style9.form-table,
    .auto-style9.form-table tr,
    .auto-style9.form-table td {
        display: inline-table;
        width: 100% !important;
    }   

        .auto-style9.form-table .label-td {
            text-align: left;
            font-weight: 600;
            margin-top: 12px;
            width: 100%;
        }

        .auto-style9.form-table .input-td {
            width: 100%;
        }

            .auto-style9.form-table .input-td .form-control,
            .auto-style9.form-table .input-td .form-select {
                width: 100%;
                max-width: 100%;
            }

        .auto-style9.form-table .section-title {
            text-align: left;
            font-size: 1.1rem;
            margin-bottom: 6px;
        }
}

/*Style9--->9*/
.autostyle9.form-table {
    font-family: 'Montserrat', sans-serif !important;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 13px;
    padding: 1% 3%;
    background-color: #F5F4F4;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.06); 
    table-layout: fixed;
    overflow: visible;
}

    /* celdas y tipografía */
    .autostyle9.form-table td {
        padding: 8px 10px;
        vertical-align: middle;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: anywhere;
        hyphens: auto;
    }

        /* títulos y labels */
        .autostyle9.form-table td[align="left"] {
            font-weight: 700;
            color: #333;
        }

    /* inputs & selects - adaptan su ancho al contenedor */
    .autostyle9.form-table .form-control,
    .autostyle9.form-table .form-select,
    .autostyle9.form-table input,
    .autostyle9.form-table select {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        border-radius: 6px;
        border: 1px solid #d3d3d3;
        padding: 6px 8px;
        font-size: 0.95rem;
        font-family: 'Montserrat', sans-serif;
    }

        /* botones */
        .autostyle9.form-table input[type="submit"],
        .autostyle9.form-table .button,
        .autostyle9.form-table button,
        .autostyle9.form-table .btn {
            border-radius: 8px;
            padding: 6px 12px;
            background: linear-gradient(#ffb14d,#e27a00); /* naranja */
            color: #fff;
            border: none;
            cursor: pointer;
            font-weight: 600;
        }

    .autostyle9.form-table tr > td:nth-child(1) {
        width: 70%;
    }
    /* label */
    .autostyle9.form-table tr > td:nth-child(2) {
        width: 22%;
    }
    /* campo */
    .autostyle9.form-table tr > td:nth-child(3) {
        width: 18%;
    }

    .autostyle9.form-table tr > td:nth-child(4) {
        width: 18%;
    }

    .autostyle9.form-table tr > td:nth-child(5) {
        width: 20%;
    }

    .autostyle9.form-table .inline-controls > * {
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
    }


    /*Nota*/
.nota-ayuda {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem; 
    font-style: italic; 
    color: #4a2b00; 
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: justify;
}

    .nota-ayuda a {
        color: #cc7722; 
        font-weight: 600;
        text-decoration: none;
    }

        .nota-ayuda a:hover {
            text-decoration: underline;
            color: #e67e22; 
        }


/*Grilla_Educación*/

.autostyleGrid__wrapper {
    width: 100%;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px; 
}

.autostyleGrid {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    border-collapse: collapse;
    table-layout: auto; 
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
}

    .autostyleGrid th[width], .autostyleGrid td[width],
    .autostyleGrid th, .autostyleGrid td {
        width: auto !important;
        max-width: none !important;
        white-space: normal !important; 
        word-break: break-word;
    }

    .autostyleGrid th, .autostyleGrid td {
        padding: 8px 10px;
        vertical-align: middle;
        box-sizing: border-box;
    }

    .autostyleGrid img {
        max-width: 28px;
        height: auto;
        display: inline-block;
    }

    
    .autostyleGrid, .autostyleGrid thead, .autostyleGrid tbody, .autostyleGrid tr {
        display: table !important;
    }

@media (max-width: 1200px) {
       
    .autostyleGrid {
        font-size: 0.90rem;
    }
        .autostyleGrid th, .autostyleGrid td {
            white-space: normal !important;
        }
            
        .autostyleGrid th, .autostyleGrid td {
            padding: 6px 8px;
        }

        .autostyleGrid__wrapper {
        overflow-x: auto;
    }
}




.auto-style71 {
    border-collapse: separate;
    border-spacing: 0;
    border: 2px solid #2F579B;
    border-radius: 13px;
    -moz-border-radius: 18px;
    padding: 1% 6%;
    background-color: #FFF;
    width: 1700px;
}

    .auto-style8 {
        height: 35px;
        width: 155px;
    }

    .auto-style9 {
        width: 280px;
        height: 6px;
    }

    .auto-style10 {
        width: 200px;
        height: 6px;
    }

    .auto-style11 {
        height: 6px;
    }

    .auto-style13 {
        height: 75px;
        width: 3px;
    }

    .auto-style14 {
        height: auto;
        width: 3px;
    }

    .auto-style15 {
        width: 3px;
    }

    .auto-style16 {
        width: 3px;
        height: 6px;
    }

    .auto-style17 {
        height: 35px;
        width: 3px;
    }

    .auto-style18 {
        width: 280px;
        height: 8px;
    }

    .auto-style19 {
        width: 200px;
        height: 8px;
    }

    .auto-style20 {
        width: 170px;
        height: 8px;
    }

    .auto-style21 {
        height: 8px;
        width: 3px;
        align-content: end;
    }

    .auto-style22 {
        height: 8px;
        width: 155px;
    }

    .text--center {
        text-align: center;
    }

    .font-title {
        font-family: 'Montserrat', sans-serif;
        color: #0033CC;
        padding-top: 10px;
        margin-left: 3%;
    }

    .td-text-fecharegistroD {
        height: 20px;
        width: 161px;
    }

    .input-text-fecharegistroD {
        font-family: 'Montserrat', sans-serif;
        font-size: small;
    }

    .td-title-fecharegistroD {
        width: 271px;
        height: 20px;
        text-align: right;
        font-family: 'Montserrat', sans-serif;
        font-size: small;
        align-content: normal;
    }

    .font-verdana {
        font-family: 'Montserrat', sans-serif;
    }

    .jumbotron {
        /*background: #f9f9f9 url("/Content/Images/header_background.png") repeat-x right 0;*/
        height: 60px;
        margin-bottom: 0px;
        position: relative;
        top: -15px;
        padding: 0px;
    }

    .jumbotronMaster {
        /*background: #f9f9f9 url("/Content/Images/header_background.png") repeat-x right 0;*/
        height: 110px;
        margin-bottom: 0px;
        position: relative;
        top: -17px;
        padding: 0px;
    }

    .Tutulo_Inicio {
        align-content: center;
        justify-content: center;
    }

    .CerrarSesion {
        position: relative;
        left: 42%;
        top: 16px;
        width: 200px;
        color: #fff;
    }

    .TextCerrarSesion {
        color: #fff !important;
    }

    .iconCerrarSesion {
        position: relative;
        left: 4px;
        top: 4px
    }

    .images {
        height: 90px;
    }

    .secondlogo {
        float: right;
        width: auto;
        padding: 5px 50px 5px 15px;
        font-size: small;
    }

    .firstlogo {
        float: left;
        width: auto;
        padding: 5px 15px 5px 50px;
    }


    .bodyContainer {
        font-family: 'Montserrat', sans-serif;
        width: 90%;
        max-width: 1200px;
        /* margin: auto; */
        font-size: small;
        font-style: normal;
        font-weight: normal;
        color: white;
    }

    .ulFT {
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        list-style: none;
        margin-block-start: 0px;
        margin-block-end: 0px;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
    }

    .BotonPiePagina {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-size: 13px;
        color: white;
        text-decoration: none;
        cursor: pointer;
    }

        .BotonPiePagina:hover {
            color: white;
            text-decoration: none
        }

        .BotonPiePagina:visited {
            color: red;
            text-decoration: none
        }


    .form-select {
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
    }



    /*checkbox*/
    .custom-switch {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 20px;
    }

        .custom-switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: .4s;
        border-radius: 20px;
    }

        .slider:before {
            position: absolute;
            content: "";
            height: 16px;
            width: 16px;
            left: 2px;
            bottom: 2px;
            background-color: white;
            transition: .4s;
            border-radius: 50%;
        }

    input:checked + .slider {
        background-color: #2F579B; /* Cambiar el color de fondo cuando está activado */
    }

        input:checked + .slider:before {
            transform: translateX(20px);
        }


    /*    Gredview*/

    .miGridViewStyle {
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
    }

        .miGridViewStyle .header {
            font-weight: bold;
        }

        .miGridViewStyle .table-hover tbody tr:hover {
            background-color: #f5f5f5;
        }



    /* Estilo para la tabla */
.w3-table-all {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #f5e6d0; /* Beige */
    border-radius: 10px;
    border: 1px solid #8e5a2d; /* Marrón medio */
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

        .w3-table-all th, .w3-table-all td {
           /* border: 1px solid #ddd;*/
    padding: 12px;
    text-align: left;
}

        .w3-table-all th {
            background-color: #2F579B;
            color: white;
            font-weight: bold;
            text-transform: uppercase;
        }

        .w3-table-all tr:nth-child(even) {
            background-color: #f9f9f9;
        }

        .w3-table-all tr:hover {
            background-color: #f1f1f1;
        }

    /* Estilo para los botones */
    /* Estilo para la tabla */
    .w3-table-all {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

        .w3-table-all th, .w3-table-all td {
            border: 1px solid #ddd;
            padding: 12px;
            text-align: left;
        }

        .w3-table-all th {
            background-color: #2F579B;
            color: white;
            font-weight: bold;
            text-transform: uppercase;
        }

        .w3-table-all tr:nth-child(even) {
            background-color: #f9f9f9;
        }

        .w3-table-all tr:hover {
            background-color: #f1f1f1;
        }

    /* Estilo para los botones */

/* --- BOTÓN PRINCIPAL (Ingresar / Continuar) --- */
.button.ccbtn {
    background: linear-gradient(180deg, #f39c12 0%, #e67e22 80%);
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 15px;
    width: 205px;
    height:38px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(78, 41, 0, 0.2);
}

    .button.ccbtn:hover {
        background: linear-gradient(180deg, #e67e22 0%, #d35400 80%);
        box-shadow: 0 6px 10px rgba(78, 41, 0, 0.3);
    }

/* --- BOTONES SECUNDARIOS (He olvidado mi contraseña / Registrar nuevo usuario) --- */
.btn-outline-secondary.Boton {
    display: inline-block;
    background: #D1D5DB;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    width: 205px;
    font-weight: 600;
    text-align: center;
    margin: 10px auto;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(74, 43, 0, 0.25);
}

    .btn-outline-secondary.Boton:hover {
        background: linear-gradient(180deg, #f39c12 0%, #e67e22 90%);
        color: #fff;
        box-shadow: 0 4px 8px rgba(74, 43, 0, 0.35);
    }

/* --- BOTÓN MANUAL DEL USUARIO --- */
button a {
    text-decoration: none;
    color: #fff;
}

button {
    /*background: linear-gradient(180deg, #f39c12 0%, #e67e22 80%);*/
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(78, 41, 0, 0.25);
}

    button:hover {
       /* background: linear-gradient(180deg, #e67e22 0%, #d35400 85%);*/
        box-shadow: 0 6px 10px rgba(74, 43, 0, 0.35);
    }


.label-version {
    font-family: 'Montserrat', sans-serif;
    font-size: 8pt; 
    font-weight: 600;
    color: #e67e22; 
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

    .button.ccbtn.save {
        background-color: #4CAF50; 
        color: white;
        border: none;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 4px;
    }

    .button.ccbtn.cancel {
        background-color: #f44336; /* Rojo */
        color: white;
        border: none;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 4px;
    }

    .totalRows {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        margin-top: 10px;
    }

    /* Estilo para las imágenes de edición */
    asp:ImageButton {
        cursor: pointer;
        border: none;
        background: none;
    }

    /*Gridview FormUsuarios*/

    .miGridViewStyle {
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
    }

        .miGridViewStyle .header {
            font-weight: bold;
        }

        .miGridViewStyle.table-hover tbody tr:hover {
            background-color: #f5f5f5;
        }

      /* Estilo para la tabla */
    .w3-table-all {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px; 
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

        .w3-table-all th, .w3-table-all td {
            border: 1px solid #ddd;
            padding: 12px;
            text-align: left;
        }

        .w3-table-all th {
            background-color: #e67e22; /* Naranja */
            color: white;
            font-weight: bold;
            text-transform: uppercase;
        }

        .w3-table-all tr:nth-child(even) {
            background-color: #f9f9f9;
        }

        .w3-table-all tr:hover {
            background-color: #f1f1f1;
        }

   
    .totalRows {
        font-size: 15px; /* Ajustado a 15px */
        font-weight: bold;
        color: #333;
        margin-top: 10px;
    }

    /* Estilo para las imágenes de edición */
    ImageButton {
        cursor: pointer;
        border: none;
        background: none;
    }

    .align-right {
        text-align: right;
    }

    /*Carrusel*/

    .carousel {
        max-width: 700cm; /* Ancho máximo del carrusel */
        margin: 0 auto; /* Centrar el carrusel */
    }

        .carousel .carousel-item img {
            max-width: 100cm; /* Ancho máximo de las imágenes */
            height: 8cm; /* Altura automática para mantener la proporción */
        }

    .carousel-control-prev,
    .carousel-control-next {
        width: 30px; /* Ancho de los botones de control */
    }

    Carrusel1 {
        width: 800px !important;
    }
    /*Grafico*/
    .Grafico1 {
        background-position: left center !important;
        height: 600px;
    }

    .grafica {
        display: flex;
        justify-content: space-between;
    }
    /*Tabla de grafico*/
    /* Estilos generales para la tabla */
    .responsive-table {
        width: 100%;
        border-collapse: collapse;
    }

        .responsive-table th, .responsive-table td {
            padding: 8px;
            border: 1px solid #dddddd;
            text-align: center; /* Centramos el texto en todas las celdas */
            background-color: transparent !important;
        }

    /* Estilos para la fila flex */
    .flex-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; /* Centramos las celdas horizontalmente */
    }

    /* Estilos para las celdas en dispositivos pequeños */

    .cell1 {
        flex: 0 0 calc(30% - 1px); /* Calculamos el ancho de la celda */
        margin-bottom: 1px;
        box-sizing: border-box;
        text-align: left; /* Centramos el texto en dispositivos pequeños */
    }

    .cell {
        flex: 0 0 calc(94% - 1px); /* Calculamos el ancho de la celda */
        margin-bottom: 1px;
        box-sizing: border-box;
        text-align: left; /* Centramos el texto en dispositivos pequeños */
        height: auto;
    }

    .right-align {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 500px;
    }

    .TipoCausal {
        max-width: 20px !important;
        font-family: 'Montserrat', sans-serif;
    }

    .TipoLetraTabla {
        font-family: 'Montserrat', sans-serif;
        justify-content: space-between;
    }

    .ColorFilaColumnaCA {
        background-color: #00478D;
        color: white;
    }

    .ColorFilaColumnaCB {
        background-color: #0063c6;
        color: white;
    }

    .ColorFilaColumnaCC {
        background-color: #0080FF;
        color: white;
    }

    .ColorFilaColumnaCD {
        background-color: #198CFF;
        color: white;
    }

    .ColorFilaColumnaCE {
        background-color: #46A2FF;
        color: white;
    }

    .ColorFilaColumnaCF {
        background-color: #5DAEFF;
        color: white;
    }

    .ColorFilaColumnaCG {
        background-color: #71B8FF;
        color: white;
    }

    .ColorFilaColumnaCH {
        background-color: #8EC6FF;
        color: white;
    }

    .TablaCausales {
        background-color: none !important;
        height: auto !important;
    }
    /* Boton fijo  */
    .float-wa {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        z-index: 100;
    }

    /*Nuevo*/


    /* Select Grafico */

    .ContenedorPrincipal {
        font-family: 'Montserrat', sans-serif;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
        margin: 0;
        background-color: #f0f0f0;
    }

     /*-------Container---------------*/

    .container {
        text-align: center;
        background: #fff;
        padding: 30px;
        border-radius: 15px;
        min-height: 51vh;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

/*Persona NautalyJuridica*/

.cards-title {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color:#000;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.cards-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 20px auto;
    padding: 18px;
    box-sizing: border-box;
    min-height: 30vh; 
}

.card-btn {
    flex: 1 1 48%;
    max-width: 48%;
    min-width: 220px;
    aspect-ratio: 1 / 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    color: #222;
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgba(138, 90, 41, 0.12);
    box-shadow: 0 8px 20px rgba(74,43,0,0.08);
    padding: 18px;
    background: linear-gradient(180deg, #f5f5f5 0%, #b9b7b7 100%);
    cursor: pointer;
    transition: transform .12s ease, box-shadow .12s ease;
    white-space: normal;
    word-break: break-word;
}
    
    .card-btn:hover,
    .card-btn:focus {
        transform: translateY(-5px);
        box-shadow: 0 14px 30px rgba(74,43,0,0.12);
        outline: none;
    }

@media (max-width: 767.98px) {
    .cards-row {
        flex-direction: column;
        gap: 18px;
        padding: 14px;
        align-items: center;
    }

    .card-btn {
        flex: 0 0 100%;
        width: 100%;
        max-width: 420px; 
        aspect-ratio: auto; 
        min-height: 180px; 
    }
}


.card-btn:focus {
    box-shadow: 0 0 0 4px rgba(230,156,18,0.14);
}



    label {
        font-size: 18px;
        margin-bottom: 10px;
        display: block;
        color: #333;
    }

    .elegant-select {
        width: 300px;
        padding: 12px;
        border-radius: 25px;
        border: 2px solid #007BFF; 
        font-size: 16px;
        background-color: #f9f9f9;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        cursor: pointer;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        margin-bottom: 20px;
    }

        .elegant-select:hover {
            border-color: #0056b3; /* Color más oscuro para el hover */
        }

        .elegant-select:focus {
            border-color: #0056b3; /* Color más oscuro para el focus */
            box-shadow: 0 0 8px rgba(0, 86, 179, 0.25); /* Sombra azul */
        }

        .elegant-select option {
            padding: 10px;
        }

            .elegant-select option:checked {
                background-color: #007BFF;
                color: #fff;
            }

            .elegant-select option:disabled {
                background-color: #f0f0f0;
                color: #888;
            }

    .panel {
        margin-top: 20px;
        padding: 20px;
        border-radius: 10px;
        background: #f9f9f9;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        color: #333;
        text-align: left;
    }

    /*Termino*/


    .TituloFechas {
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: bold;
        color: #2F579B;
    }

    .TituloFechas1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: bold;
        color: #2F579B;
    }

    .form-control[disabled], .form-control:disabled {
        background-color: #e9ecef;
        opacity: 1; 
        color: #495057;
        cursor: not-allowed;
        font-family: 'Montserrat', sans-serif;
        font-size: 0.9rem;
    }

    .navbar.bg-body-tertiary {
        background-color: transparent !important;
    }

    .txtnav {
        color: white;
        text-decoration: none;
    }

    .TXT {
        font-family: 'Montserrat', sans-serif;
    }

 /*   Menú Hamburguesa*/

.navbar-toggler {
    background-color: #004182 !important;
    font-size: .8rem !important;
    border: none !important;
}



    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: none !important;
        box-shadow: none !important;
    }

    .Boton {
        background-color: #8b8b8b;
        text-decoration: none !important;
    }

    .txtArial {
        font-family: 'Montserrat', sans-serif;
    }

    .TextAdjuntar {
        font-family: 'Montserrat', sans-serif;
    }

    NotaLogin {
        font-size: 0.2rem;
    }


    /*Graficos*/

    h1 {
        color: #333;
        text-align: center;
    }

    .ConSelect1 {
        margin-bottom: 20px;
        text-align: center;
    }

    .Select1 {
        font-size: 16px;
        padding: 10px;
        width: 200px;
        border: 1px solid #ced4da;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        transition: all 0.2s ease-in-out;
    }

        .Select1:focus {
            border-color: #80bdff;
            outline: none;
            box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
        }

    .panel {
        display: none;
        margin-top: 20px;
    }

    canvas {
        max-width: 150%;
        margin: 20px auto;
        display: block;
    }


    #shape {
        stroke-width: 6px;
        fill: transparent;
        stroke: #009FFD;
        stroke-dasharray: 85 400;
        stroke-dashoffset: -220;
        transition: 1s all ease;
    }

    .btn-primary-Grafico:hover #shape {
        stroke-dasharray: 50 0;
        stroke-width: 3px;
        stroke-dashoffset: 0;
        stroke: #06D6A0;
    }

    .btn-primary-Grafico {
        margin-top: 0;
        position: relative;
        width: 150px;
        height: 40px;
        display: inline-block;
        border-radius: 3px;
        margin-left: 5px;
        margin-right: 5px
    }


.btn-primary {
    color: #fff; 
    background-color: #D88C4E;
    border-color: #C07A3E; 
    border-radius: 10px;
    font-weight: 600;
    /*width: 70%;*/
    font-family: 'Montserrat', sans-serif;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

    .btn-primary:hover {
        color: #fff;
        background-color: #B56B34; /* marrón-naranja más profundo */
        border-color: #9B5A2A;
        transform: translateY(-1px);
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #B56B34;
        border-color: #C07A3E; 
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); 
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff; 
        background-color: #B56B34; 
        border-color: #C07A3E;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff; 
        background-color: #B56B34;
        border-color: #C07A3E; 
    }

            .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
            .show > .btn-primary.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            }
    /* ___________________________________________________________________________________________________________________________ */
    /* Boton para la convocatoria 2 */

.btn-primaryC2 {
    color: #ffffff; /* Color del texto blanco */
    background-color: rgb(39, 68, 112); /* Color de fondo azul */
    border-color: #C07A3E; 
    border-radius: 10px;
    width: 100%;
}

    .my-button {
        padding: 10px 20px;
        background-color: #085996;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .btn-primaryC2:hover {
        color: #fff; /* Color del texto blanco */
        background-color: #3b7f88; /* Color de fondo azul más oscuro */
        border-color: #42a7a7; /* Color del borde azul más oscuro */
    }

    .btn-primaryC2:focus, .btn-primaryC2.focus {
        color: #fff; /* Color del texto blanco */
        background-color: #4eb9c7; /* Color de fondo azul más oscuro */
        border-color: #3e6161; /* Color del borde azul más oscuro */
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); 
    }

    .btn-primaryC2.disabled, .btn-primaryC2:disabled {
        color: #fff; 
        background-color: #007bff;
        border-color: #007bff; 
    }

    .btn-primaryC2:not(:disabled):not(.disabled):active, .btn-primaryC2:not(:disabled):not(.disabled).active,
    .show > .btn-primaryC2.dropdown-toggle {
        color: #fff; 
        background-color: #0062cc;
        border-color: #005cbf; 
    }

        .btn-primaryC2:not(:disabled):not(.disabled):active:focus, .btn-primaryC2:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primaryC2.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

    /* Grafico: Torta - Barras  */

    canvas {
        display: inline-block;
        margin: 10px;
    }

    .chart-container {
        width: 700px;
        height: 100%;
        margin: auto;
        padding: 10px;
    }
    /* Grafico IES*/
    .CTGrafico {
        width: 1300px !important;
        height: 500px !important;
        margin: 20px auto;
        padding: 20px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    .Grafico {
        width: 1100px !important;
    }

    /*Funcionalidad*/
    .ConSelect1 {
        margin-bottom: 20px;
        text-align: center;
    }

    .Select1 {
        font-size: 16px;
        padding: 10px;
        width: 200px;
        border: 1px solid #ced4da;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        transition: all 0.2s ease-in-out;
    }

        .Select1:focus {
            border-color: #80bdff;
            outline: none;
            box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
        }

    .panel {
        display: none;
        margin-top: 20px;
    }

    canvas {
        max-width: 110% !important;
        /*    margin: 20px auto;*/
        display: block;
    }

    h1 {
        color: #333;
        text-align: center;
    }


    /*Tabla de Inadmisión Convocatoria 1*/

    .causal-table {
        width: 150%;
        border-collapse: collapse;
    }

        .causal-table th,
        .causal-table td {
            border: 1px solid #000;
            padding: 10px;
            text-align: left;
        }

        .causal-table th {
            background: #477da7;
            color: #000;
        }

        .causal-table td {
            background: #1e6493;
            color: #000;
        }

   
    .tables-container {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-top: 20px;
        gap: 10px; 
    }

    .small-table {
        width: 300px; 
        border-collapse: collapse;
    }

    .small-table5 {
        width: 300px;
        border-collapse: collapse;
        margin-top: 18px;
        border: 1px solid #000 !important;
    }

        .small-table5 th, .small-table5 td {
            border: 1px solid #000;
            padding: 10px;
            text-align: left;
            border: 1px solid #000 !important;
        }

    .small-table th, .small-table td {
        border: 1px solid #000;
        padding: 10px;
        text-align: left;
        border: 1px solid #000 !important;
    }

    .small-table th {
        color: #ecf0f1; 
    }

    .small-table td {
        background: #808080;
        color: #ecf0f1; 
    }

    /*   Vista preliminar defs label tabla */

    .tables-container1 {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-top: 20px;
        gap: 10px; 
    }

    .small-table1 {
        width: 300px; 
        border-collapse: collapse;
    }

        .small-table1 th, .small-table1 td {
            border: 1px solid #000;
            padding: 10px;
            text-align: left;
            font-family: 'Montserrat', sans-serif;
            border: 1px solid #000 !important;
        }

        .small-table1 th {
            color: #000; 
        }

        .small-table1 td {
            background: #efd4c5; 
            color: #000; 
        }


    .small-table6 {
        width: 300px; 
        border-collapse: collapse;
        margin-top: -46px;
    }

        .small-table6 th, .small-table6 td {
            border: 1px solid #000;
            padding: 10px;
            text-align: left;
            font-family: 'Montserrat', sans-serif;
            border: 1px solid #000 !important;
        }

        .small-table6 th {
            color: #000; 
        }

        .small-table6 td {
            background: #efd4c5; 
            color: #000; 
        }

    .small-table7 {
        width: 300px; 
        border-collapse: collapse;
        margin-top: -28px;
    }

        .small-table7 th, .small-table7 td {
            border: 1px solid #000;
            padding: 10px;
            text-align: left;
            font-family: 'Montserrat', sans-serif;
        }

        .small-table7 th {
            color: #000; 
        }

        .small-table7 td {
            background: #efd4c5; 
            color: #000; 
        }

    .tables-container2 {
        display: flex;
        justify-content: space-between; 
        align-items: flex-start;
        margin-top: 20px;
        gap: 10px; 
    }

    .small-table2 {
        width: 300px;
        border-collapse: collapse;
        margin-top: -100px;
        margin-left: 100px;
    }

        .small-table2 th, .small-table2 td {
            border: 1px solid #000;
            padding: 10px;
            text-align: left;
        }

        .small-table2 th {
            color: #000; 
        }

        .small-table2 td {
            background: #fff; 
            color: #000; 
        }


    .small-table9 {
        width: 300px; 
        border-collapse: collapse;
        margin-top: -35px;
        margin-left: 5px; 
    }

        .small-table9 th, .small-table9 td {
            border: 1px solid #000;
            padding: 10px;
            text-align: left;
        }

        .small-table9 th {
            color: #000; 
        }

        .small-table9 td {
            background: #fff; 
            color: #000;
        }


    .chart-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 700px;
        height: inherit;
    }

    .chart-container11 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50vh;
    }

    .chart-container111 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80vh;
    }

    .table-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 1500px;
    }

    .tabla1, .tabla2 {
        width: 100%;
        border-collapse: collapse;
        height: 60vh;
        overflow-y: auto;
        display: block;
    }

        .tabla1 th, .tabla2 th, .tabla1 td, .tabla2 td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }

        .tabla1 th, .tabla2 th {
            background-color: #f4f4f4;
        }

        .tabla1 td, .tabla2 td {
            white-space: nowrap;
        }

    .accordion1 {
        max-width: 1500px;
        margin: 0 auto;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); 
        background-color: #ffffff; 
    }

    .accordion {
        max-width: 1500px;
        margin: 0 auto;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); 
        background-color: #ffffff;
    }

    .accordion-item {
        border-bottom: 1px solid #ddd;
    }

    .accordion-header {
        display: flex;
        align-items: center;
        background-color: #f2ebeb; 
        color: #000;
        padding: 20px; 
        font-size: 20px; 
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.3s ease;
        position: relative;
    }

        .accordion-header:hover {
            background-color: #e0d0d0;
        }

    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-out; 
        background-color: #f9f9f9;
        padding: 0 20px; 
    }

        .accordion-content p {
            margin: 20px 0; 
            padding: 0;
            line-height: 1.6; 
        }

    input[type="checkbox"] {
        /*display: true;*/
    }

        input[type="checkbox"]:checked ~ .accordion-content {
            max-height: initial; 
            padding: 20px; 
        }

    .accordion-icon {
        margin-left: auto;
        transition: transform 0.3s ease;
        font-size: 1.2em; 
    }

    input[type="checkbox"]:checked + .accordion-header .accordion-icon {
        transform: rotate(90deg);
    }


    .small-table3 {
        width: 900px; 
        border-collapse: collapse;
        margin-top: -400px; 
        border: 1px solid white;
    }

        .small-table3 th, .small-table3 td {
            border: 1px solid #000;
            padding: 10px;
            text-align: left;
        }

        .small-table3 th {            
            color: #000; 
        }

        .small-table3 td {
            background: #fff; 
            color: #000; 
        }


    .custom-chart-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 20px;
    }

    .custom-causal-table {
        width: 70%;
        border-collapse: collapse;
        margin: 20px 0;
        font-family: 'Montserrat', sans-serif;
    }

        .custom-causal-table th, .custom-causal-table td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }

        .custom-causal-table th {
            background-color: #f2f2f2;
        }

    .custom-see-more {
        color: blue;
        cursor: pointer;
        text-decoration: underline;
    }

    .custom-full-text {
        display: none;
    }


    .custom-causal-table1 {
        width: 70%;
        border-collapse: collapse;
        font-family: 'Montserrat', sans-serif;
    }

        .custom-causal-table1 th, .custom-causal-table1 td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }

        .custom-causal-table1 th {
            background-color: #f2f2f2;
        }


.ccformfieldLogin, .ccform .form-control {
    height: 38px;
    padding: 10px 14px 10px 44px; 
    border-radius: 10px;
    border: 1px solid rgba(34,34,34,0.08);
    background: #fff;
    margin-bottom: 12px;
    font-family: "Montserrat", sans-serif;
}

.icon-user {
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><path d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'></path><circle cx='12' cy='7' r='4'></circle></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: 12px center !important;
    background-size: 20px 20px;
    padding-left: 44px;
}

.icon-id {
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23909090' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='3' width='18' height='18' rx='2'></rect><path d='M8 7h8M8 12h8M8 17h5'></path></svg>")!important;
    background-repeat: no-repeat !important;
    background-position: 12px center !important;
    background-size: 18px 18px;
    padding-left: 44px;
}

.icon-lock {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23909090' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='11' width='18' height='10' rx='2'></rect><path d='M7 11V7a5 5 0 0 1 10 0v4'></path></svg>");
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 18px 18px;
    padding-left: 44px;
}

.navbar-toggler {
    background-color: #0095FF !important; /* fondo  */
    color: #fff !important;
    border: none !important;
    width: 85px !important;
    height: 80px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    display: inline-flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0.25rem !important;
    border-radius: 8px !important;
    transition: background-color .2s ease, transform .08s ease;
}

    /* Estado hover / focus */
    .navbar-toggler:hover,
    .navbar-toggler:focus {
        background-color: #0095FF !important; /* azul  */
        transform: translateY(-1px);
        outline: none !important;
        color: #000 !important;
        box-shadow: none !important;
    }

    /* Asegura que el icono (hamburger) sea blanco y no use la imagen naranja por defecto */
    .navbar-toggler .navbar-toggler-icon {
        /* Reemplaza el background-image SVG por uno con líneas blancas */
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 22px 22px;
    }

    /* En caso de que Bootstrap añada un fondo con filtro, forzamos el color de texto a blanco */
    .navbar-toggler, .navbar-toggler * {
        color: #ffffff !important;
    }
        .navbar-toggler:hover .navbar-toggler-icon,
        .navbar-toggler:focus .navbar-toggler-icon {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
        }